Browse Source

Remove now entry from package.json

pull/15/merge
Luke Childs 4 years ago
parent
commit
fea3f73360
  1. 7
      package.json

7
package.json

@ -12,13 +12,6 @@
"coverage": "nyc report --reporter=text-lcov | coveralls",
"deploy": "now --public --env NODE_ENV=production && now alias"
},
"now": {
"alias": [
"shell",
"reverseshell",
"xn--io8h"
]
},
"xo": {
"extends": "xo-lukechilds"
},

Loading…
Cancel
Save