Skip to content

Commit 4a72471

Browse files
committed
Updated Bower and NPM package files to reflect the addition of Esprima as a requirement.
1 parent 92b6130 commit 4a72471

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
],
1818
"license": "MIT",
1919
"dependencies": {
20-
"jquery": ">=1.9.0"
20+
"jquery": ">=1.9.0",
21+
"esprima": ">=1.2.2"
2122
},
2223
"ignore": [
2324
"**/.*",

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,14 @@
2020
"author": "Adam Jorgensen <[email protected]>",
2121
"license": "MIT",
2222
"readmeFilename": "README.md",
23-
"devDependencies": {
24-
"unit.js": ">=1.0.2",
25-
"mocha": ">=2.0.0",
23+
"dependencies": {
2624
"bower": "~0.8.5",
2725
"jquery": ">=2.0.0",
28-
"jsdom": ">=1.0.0"
26+
"jsdom": ">=1.0.0",
27+
"esprima": ">=1.2.2"
28+
},
29+
"devDependencies": {
30+
"unit.js": ">=1.0.2",
31+
"mocha": ">=2.0.0"
2932
}
3033
}

0 commit comments

Comments
 (0)