sinon-test
Advanced tools
Comparing version 2.2.1 to 2.3.0
2.3.0 / 2018-09-06 | ||
================== | ||
* ES6 module export (#93) | ||
* Add `browser` and `module` properties for bundling discoverability | ||
2.2.1 / 2018-07-24 | ||
@@ -3,0 +9,0 @@ ================== |
{ | ||
"name": "sinon-test", | ||
"version": "2.2.1", | ||
"version": "2.3.0", | ||
"description": "", | ||
"main": "lib/index.js", | ||
"browser": "dist/sinon-test.js", | ||
"module": "dist/sinon-test-es.js", | ||
"scripts": { | ||
"build": "run-s build:dist-folder build:bundle", | ||
"build:bundle": "rollup -c > dist/sinon-test.js", | ||
"build:bundle": "rollup -c", | ||
"build:dist-folder": "mkdirp dist", | ||
"coverage": "nyc report --reporter text-lcov | coveralls", | ||
"test": "nyc mocha", | ||
"//integration-test": "This cannot run as a prepare step, as it will trigger a loop", | ||
"integration-test": "test-repos/do-test.sh", | ||
"lint": "eslint .", | ||
"prepare": "run-p test lint build", | ||
"preversion": "./scripts/preversion.sh" | ||
"preversion": "test-repos/do-test.sh && ./scripts/preversion.sh" | ||
}, | ||
@@ -48,3 +52,3 @@ "greenkeeper": { | ||
"rollup-plugin-commonjs": "^9.1.3", | ||
"sinon": "^6.1.4" | ||
"sinon": "^6.1.5" | ||
}, | ||
@@ -51,0 +55,0 @@ "peerDependencies": { |
24030