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.
1 parent f2720de commit 685e51bCopy full SHA for 685e51b
.npmrc
@@ -0,0 +1 @@
1
+message="v%s"
package.json
@@ -9,7 +9,8 @@
9
],
10
"scripts": {
11
"test": "mocha --reporter spec ./tests/*/test.js",
12
- "repl": "node ./src/LC-REPL.js"
+ "repl": "node ./src/LC-REPL.js",
13
+ "postversion": "git push && git push --tags"
14
},
15
"repository": {
16
"type": "git",
0 commit comments