Skip to content

Commit

Permalink
Removing hitched hooks library.
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan7g committed Dec 31, 2017
1 parent e5a421a commit 2217623
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"test": "echo \"Tested before deployment.\" && exit 0",
"test-dev": "npm install --only=dev && node ./tests/test.js",
"prepublishOnly": "npm run test-dev",
"prepush": "npm run test-dev",
"gendocs": "rm -r docs || true && jsdoc -R README.md -d ./docs lib/phin.js",
"compile": "npx babel lib/phin.js --out-file lib/phin.compiled.js --presets env --minified --no-comments"
},
Expand All @@ -33,7 +32,6 @@
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"hitched": "^1.1.24",
"whew": "^1.0.0"
},
"files": [
Expand Down

0 comments on commit 2217623

Please sign in to comment.