- npm: Point to official sinon-test package now that ES6 Modules
support landedmaster
parent
b370f4a207
commit
4e7cec4e8e
|
@ -1,3 +1,8 @@
|
|||
# ?
|
||||
|
||||
- npm: Point to official sinon-test package now that ES6 Modules
|
||||
support landed
|
||||
|
||||
# 3.0.0-rc.2
|
||||
|
||||
- Fix: Avoid extension `includeWith` button conflicts/redundancies;
|
||||
|
|
|
@ -5948,8 +5948,9 @@
|
|||
}
|
||||
},
|
||||
"sinon-test": {
|
||||
"version": "git+https://github.com/brettz9/sinon-test.git#25705ff35e533df568c594e88f32b5cb06224f3c",
|
||||
"from": "git+https://github.com/brettz9/sinon-test.git#es6-modules",
|
||||
"version": "2.3.0",
|
||||
"resolved": "https://registry.npmjs.org/sinon-test/-/sinon-test-2.3.0.tgz",
|
||||
"integrity": "sha512-dhy6lbkZAvVW6XVsngX9HY0MNBurNPP3vqVdXGYAN4B3BNq3eXO6d5V1nuS7UsjX2tXSk7QhMEb6cUk/Fia95g==",
|
||||
"dev": true
|
||||
},
|
||||
"slash": {
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue