- npm: Point to official sinon-test package now that ES6 Modules

support landed
This commit is contained in:
Brett Zamir
2018-09-07 04:54:56 +08:00
parent b370f4a207
commit 4e7cec4e8e
3 changed files with 9 additions and 3 deletions

View File

@@ -82,7 +82,7 @@
"rollup-plugin-re": "^1.0.7",
"rollup-plugin-uglify": "^4.0.0",
"sinon": "^6.1.3",
"sinon-test": "https://github.com/brettz9/sinon-test#es6-modules",
"sinon-test": "^2.3.0",
"uglify-es": "^3.3.9"
}
}