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.
2 parents 236fbf9 + 89208fe commit 9f4a5beCopy full SHA for 9f4a5be
package.json
@@ -7,9 +7,6 @@
7
"tester": "mocha --reporter=spec ./test/**/*.test.js",
8
"coverage": "istanbul cover _mocha ./test/**/*.test.js",
9
"lint": "standard .",
10
- "version:major": "xyz -i major",
11
- "version:minor": "xyz -i minor",
12
- "version:patch": "xyz -i patch",
13
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
14
},
15
"repository": {
@@ -47,8 +44,7 @@
47
44
"rsvp": "3.5.0",
48
45
"semantic-release": "^6.3.2",
49
46
"standard": "^10.0.2",
50
- "supertest": "^3.0.0",
51
- "xyz": "^1.0.0"
+ "supertest": "^3.0.0"
52
53
"standard": {
54
"globals": [
0 commit comments