mirror of
https://github.com/hectorm/otpauth.git
synced 2026-05-07 20:12:27 +00:00
Add npm "version" script
This commit is contained in:
+2
-1
@@ -32,7 +32,8 @@
|
||||
"test-node": "mocha --reporter dot",
|
||||
"test": "run-s test-node test-browser",
|
||||
"doc": "rimraf ./doc && esdoc -c .esdoc.js",
|
||||
"dist": "run-s lint build test doc"
|
||||
"dist": "run-s lint build test doc",
|
||||
"version": "run-s dist && git add -A lib"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user