mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-19 01:31:34 +00:00
Updated package.json
Added a new yarn script/shortcut, "yarn randver". It's a shortcut to a one-liner node script to generate 10 characters long of a random string using "randomstring" module. This will be used for version strings in _globals.njk.
This commit is contained in:
parent
8e74c7f5bd
commit
715132a0d6
@ -17,7 +17,8 @@
|
||||
"scripts": {
|
||||
"start": "node ./lolisafe.js",
|
||||
"pm2": "pm2 start --name lolisafe ./lolisafe.js",
|
||||
"thumbs": "node ./scripts/thumbs.js"
|
||||
"thumbs": "node ./scripts/thumbs.js",
|
||||
"randver": "node -e \"console.log(require('randomstring').generate(10))\""
|
||||
},
|
||||
"dependencies": {
|
||||
"bcrypt": "^2.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user