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 e07a1f1 commit 2f0284eCopy full SHA for 2f0284e
.travis.yml
@@ -13,4 +13,4 @@ after_success:
13
- npm run semantic-release
14
branches:
15
except:
16
- - "/^v\\d+\\.\\d+\\.\\d+$/"
+ - /^v\d+\.\d+\.\d+$/
package.json
@@ -1,7 +1,6 @@
1
{
2
"name": "node-hook",
3
"description": "Run source transform function on Node require",
4
- "version": "0.0.0-semantic-release",
5
"main": "index.js",
6
"scripts": {
7
"test": "gt test/jsTest.js --output",
@@ -34,7 +33,7 @@
34
33
"git-issues": "1.3.1",
35
"gt": "0.10.0",
36
"pre-git": "3.14.0",
37
- "semantic-release": "6.3.6",
+ "semantic-release": "^6.3.2",
38
"standard": "10.0.2"
39
},
40
"files": [
0 commit comments