Browse Source

v1.1.1

pull/126/head v1.1.1
butlerx 6 years ago
parent
commit
68a1c44c51
No known key found for this signature in database GPG Key ID: B37CA765BAA89170
  1. 4
      package.json

4
package.json

@ -1,6 +1,6 @@
{
"name": "wetty.js",
"version": "1.0.3",
"version": "1.1.1",
"description": "WeTTY = Web + TTY. Terminal access in browser over http/https",
"homepage": "https://github.com/krishnasrinivas/wetty",
"repository": {
@ -18,7 +18,7 @@
"build": "babel-node node_modules/.bin/webpack",
"start": "node .",
"dev": "NODE_ENV=development concurrently --kill-others --success first \"babel-node node_modules/.bin/webpack --watch\" \"nodemon .\"",
"prepublishOnly": "yarn build"
"prepublishOnly": "NODE_ENV=production yarn build"
},
"husky": {
"hooks": {

Loading…
Cancel
Save