Skip to content

Commit d42c018

Browse files
committed
Add xyz
1 parent f07a99f commit d42c018

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"scripts": {
77
"test": "npm run lint && mocha --reporter=spec ./test/**/*.test.js",
88
"tester": "mocha --reporter=spec ./test/**/*.test.js",
9-
"lint": "eslint ."
9+
"lint": "eslint .",
10+
"version:major": "xyz -i major",
11+
"version:minor": "xyz -i minor",
12+
"version:patch": "xyz -i patch"
1013
},
1114
"repository": {
1215
"type": "git",
@@ -39,6 +42,7 @@
3942
"loopback": "^2.22.2",
4043
"loopback-datasource-juggler": "^2.40.1",
4144
"mocha": "^2.3.3",
42-
"supertest": "^1.1.0"
45+
"supertest": "^1.1.0",
46+
"xyz": "^0.5.0"
4347
}
4448
}

0 commit comments

Comments
 (0)