Skip to content

Commit 9f4a5be

Browse files
authored
Merge pull request #212 from digitalsadhu/remove_xyz
Remove xyz
2 parents 236fbf9 + 89208fe commit 9f4a5be

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
"tester": "mocha --reporter=spec ./test/**/*.test.js",
88
"coverage": "istanbul cover _mocha ./test/**/*.test.js",
99
"lint": "standard .",
10-
"version:major": "xyz -i major",
11-
"version:minor": "xyz -i minor",
12-
"version:patch": "xyz -i patch",
1310
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
1411
},
1512
"repository": {
@@ -47,8 +44,7 @@
4744
"rsvp": "3.5.0",
4845
"semantic-release": "^6.3.2",
4946
"standard": "^10.0.2",
50-
"supertest": "^3.0.0",
51-
"xyz": "^1.0.0"
47+
"supertest": "^3.0.0"
5248
},
5349
"standard": {
5450
"globals": [

0 commit comments

Comments
 (0)