Skip to content

Commit f3eaf14

Browse files
committed
chore: add semantic release
1 parent f8ec97c commit f3eaf14

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
"util",
88
"utility"
99
],
10-
"version": "4.0.1",
10+
"version": "0.0.0-development",
1111
"author": "Jan Lehnardt <jan@apache.org>",
1212
"contributors": [
1313
"Joe Hildebrand <joe-github@cursive.net>",
1414
"Marc Bachmann <marc.brookman@gmail.com>"
1515
],
1616
"repository": {
1717
"type": "git",
18-
"url": "http://github.com/janl/node-jsonpointer.git"
18+
"url": "https://github.com/janl/node-jsonpointer.git"
1919
},
2020
"bugs": {
2121
"url": "http://github.com/janl/node-jsonpointer/issues"
@@ -29,10 +29,12 @@
2929
"jsonpointer.js"
3030
],
3131
"scripts": {
32-
"test": "standard && node test.js"
32+
"test": "standard && node test.js",
33+
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
3334
},
3435
"license": "MIT",
3536
"devDependencies": {
36-
"standard": "^10.0.3"
37+
"standard": "^10.0.3",
38+
"semantic-release": "^8.2.0"
3739
}
3840
}

0 commit comments

Comments
 (0)