Browse Source

Drop heroku-postbuild (set NPM_CONFIG_PRODUCTION=false instead)

pull/562/head
Vitaly Puzrin 5 years ago
parent
commit
ba6830ba13
  1. 3
      package.json

3
package.json

@ -16,8 +16,7 @@
"markdown-it": "bin/markdown-it.js"
},
"scripts": {
"test": "make test",
"heroku-postbuild": "npm install express"
"test": "make test"
},
"files": [
"index.js",

Loading…
Cancel
Save