Skip to content

Commit

Permalink
fix typo in npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
amio committed Feb 6, 2019
1 parent 8c41e08 commit 772e3c9
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 @@ -8,6 +8,6 @@
"main": "index.js",
"scripts": {
"build": "node build.js",
"prePublishOnly": "npm run build"
"prepublishOnly": "npm run build"
}
}

0 comments on commit 772e3c9

Please sign in to comment.