8000 move testing packages to dev dependencies (#14) · js-data/js-data-adapter@b3a4360 · GitHub
[go: up one dir, main page]

Skip to content

Commit b3a4360

Browse files
einat-barcrobinson42
authored andcommitted
move testing packages to dev dependencies (#14)
1 parent 2b383
8000
2c commit b3a4360

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,7 @@
5757
"js-data": ">= 3.0.0"
5858
},
5959
"dependencies": {
60-
"chai": "^4.0.2",
61-
"js-data": ">= 9146 3.0.0",
62-
"mocha": "^3.4.2",
63-
"sinon": "^2.3.6"
60+
"js-data": ">= 3.0.0"
6461
},
6562
"devDependencies": {
6663
"babel-core": "6.25.0",
@@ -76,6 +73,9 @@
7673
"nyc": "11.0.3",
7774
"rollup": "0.43.0",
7875
"rollup-plugin-babel": "2.7.1",
79-
"standard": "10.0.2"
76+
"standard": "10.0.2",
77+
"sinon": "^2.3.6",
78+
"chai": "^4.0.2",
79+
"mocha": "^3.4.2"
8080
}
8181
}

0 commit comments

Comments
 (0)
0