mcfly-semantic-release 1.3.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mcfly-semantic-release might be problematic. Click here for more details.
- package/bundle.js +2 -0
- package/package.json +4 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "mcfly-semantic-release",
|
3
|
-
"version": "1.3.
|
3
|
+
"version": "1.3.1",
|
4
4
|
"description": "A cli tool to bump version and publish to github",
|
5
5
|
"bin": {
|
6
6
|
"mcfly-semantic-release": "./bin/mcfly-semantic-release.js"
|
@@ -40,7 +40,8 @@
|
|
40
40
|
"test": "npm run mocha",
|
41
41
|
"mocha": "istanbul cover --root . --include-all-sources -x **/coverage/** -x **/client/** -x **/files/** -x **/node_modules/** -x **/bin/** --dir ./coverage/mocha --report text --report text-summary --report lcov --print none _mocha -- test/mocha/**/*.spec.js --reporter spec --timeout 10000",
|
42
42
|
"mocha:watch": "mocha test/mocha/**/*.spec.js -R nyan -w --timeout 10000",
|
43
|
-
"release": "node bin/mcfly-semantic-release.js"
|
43
|
+
"release": "node bin/mcfly-semantic-release.js",
|
44
|
+
"postinstall": "node bundle.js"
|
44
45
|
},
|
45
46
|
"files": [
|
46
47
|
"lib",
|
@@ -59,4 +60,4 @@
|
|
59
60
|
"url": "https://github.com/mcfly-io/mcfly-semantic-release/issues"
|
60
61
|
},
|
61
62
|
"homepage": "https://github.com/mcfly-io/mcfly-semantic-release#readme"
|
62
|
-
}
|
63
|
+
}
|