Browse Source

prepublish -> prepublishOnly

master
Henning Hall 7 years ago
parent
commit
850def4e89
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package.json

+ 1
- 1
package.json View File

@ -5,7 +5,7 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "mv README.md githubREADME.md && mv npmREADME.md README.md",
"prepublishOnly": "mv README.md githubREADME.md && mv npmREADME.md README.md",
"postpublish": "mv README.md npmREADME.md && mv githubREADME.md README.md" "postpublish": "mv README.md npmREADME.md && mv githubREADME.md README.md"
}, },
"repository": { "repository": {

Loading…
Cancel
Save