Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #53 from zooniverse/fix-deprecated-npm-script
Browse files Browse the repository at this point in the history
prepublish is deprecated as npm@5
  • Loading branch information
srallen authored Nov 22, 2019
2 parents 2c7fed0 + f59673e commit 37def34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"start": "npm run compile; onchange ./src/* -- npm run compile",
"compile": "coffee --compile --output ./lib ./src",
"prepublish": "npm run compile"
"preversion": "npm run compile"
},
"dependencies": {
"normalizeurl": "~0.1.3",
Expand Down

0 comments on commit 37def34

Please sign in to comment.