We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3832c commit b3a4360Copy full SHA for b3a4360
package.json
@@ -57,10 +57,7 @@
57
"js-data": ">= 3.0.0"
58
},
59
"dependencies": {
60
- "chai": "^4.0.2",
61
- "js-data": ">= 3.0.0",
62
- "mocha": "^3.4.2",
63
- "sinon": "^2.3.6"
+ "js-data": ">= 3.0.0"
64
65
"devDependencies": {
66
"babel-core": "6.25.0",
@@ -76,6 +73,9 @@
76
73
"nyc": "11.0.3",
77
74
"rollup": "0.43.0",
78
75
"rollup-plugin-babel": "2.7.1",
79
- "standard": "10.0.2"
+ "standard": "10.0.2",
+ "sinon": "^2.3.6",
+ "chai": "^4.0.2",
+ "mocha": "^3.4.2"
80
}
81
0 commit comments