Skip to content

Commit

Permalink
feat: Remove runtime dependency on npm
Browse files Browse the repository at this point in the history
Closes #52
  • Loading branch information
jhnns committed May 27, 2019
1 parent 5234dbc commit ad6ced2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -9,8 +9,8 @@
"build:lib:clean": "rimraf lib",
"build:lib:babel": "babel src --out-dir lib",
"build:tries": "node scripts/build-tries.js",
"postinstall": "npm run build:tries",
"prepublish": "npm run build",
"postinstall": "run-s build:tries",
"prepublish": "run-s build",
"release": "standard-version",
"pretest": "run-s build:lib:clean pretest:link",
"pretest:link": "node scripts/link-src.js",
Expand Down

0 comments on commit ad6ced2

Please sign in to comment.