Skip to content

Commit f3b26be

Browse files
committed
Move jquery to dev and d3 to optional
1 parent 0bb7175 commit f3b26be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
1111
"type": "git",
1212
"url": "https://github.com/OpenGeoscience/geojs"
1313
},
14-
"dependencies": {
15-
"d3": "^3.5.16",
16-
"jquery": "~2.2.1"
14+
"optionalDependencies": {
15+
"d3": "^3.5.16"
1716
},
1817
"devDependencies": {
1918
"blanket": "~1.2",
@@ -45,6 +44,7 @@
4544
"imports-loader": "^0.6.5",
4645
"istanbul-instrumenter-loader": "^0.2.0",
4746
"jasmine-core": "^2.4.1",
47+
"jquery": "~2.2.1",
4848
"jsdoc": "^3.4",
4949
"json-loader": "^0.5.4",
5050
"jsonlint": "^1.6.2",

0 commit comments

Comments
 (0)