We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a968e commit 4b38c70Copy full SHA for 4b38c70
1 file changed
package.json
@@ -18,6 +18,11 @@
18
"microservices",
19
"stack"
20
],
21
+ "release": {
22
+ "verifyConditions": {
23
+ "path": "./node_modules/semantic-release/dist/lib/plugin-noop.js"
24
+ }
25
+ },
26
"main": "lib/index.js",
27
"scripts": {
28
"preinstall": "npm install node-gyp-install && ./node_modules/node-gyp-install/bin.js",
@@ -77,6 +82,7 @@
77
82
"pg": "4.4.4",
78
83
"pre-commit": "1.1.2",
79
84
"redis": "2.4.2",
85
+ "semantic-release": "4.3.5",
80
86
"sinon": "1.17.3",
81
87
"sinon-chai": "2.8.0",
88
"superagent": "1.7.2",
0 commit comments