We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68938d6 commit 45d2c30Copy full SHA for 45d2c30
package.json
@@ -2,7 +2,7 @@
2
"name": "npm-quick-run",
3
"description": "Quickly run NPM script by prefix without typing the full name",
4
"main": "src/quick-run.js",
5
- "version": "0.0.0-semantic-release",
+ "version": "0.0.0-development",
6
"bin": {
7
"nr": "bin/npm-quick-run.js",
8
"nrun": "bin/npm-quick-run.js"
@@ -78,7 +78,7 @@
78
"git-issues": "1.3.1",
79
"mocha": "4.0.1",
80
"pre-git": "3.16.0",
81
- "semantic-release": "8.2.3",
+ "semantic-release": "^8.2.0",
82
"snap-shot-it": "4.0.1",
83
"standard": "10.0.3"
84
},
0 commit comments