Skip to content

Commit 7816d09

Browse files
committed
adding publish commands
1 parent db2b2ca commit 7816d09

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
22
"name": "bit-docs-tag-diff",
3-
"version": "1.0.0",
4-
"description": "Create a diff from two filepaths",
3+
"version": "0.0.1",
4+
"description": "Create a list of line diffs from two filepaths",
55
"main": "diff.js",
66
"scripts": {
77
"test": "mocha test/test.js --reporter spec",
8-
"browser": "mocha test/test.js --inspect-brk"
8+
"browser": "mocha test/test.js --inspect-brk",
9+
"release:pre": "npm version prerelease && npm publish",
10+
"release:patch": "npm version patch && npm publish",
11+
"release:minor": "npm version minor && npm publish",
12+
"release:major": "npm version major && npm publish"
913
},
1014
"keywords": [
1115
"bit-docs"

0 commit comments

Comments
 (0)