1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-05-09 23:37:09 +01:00

change: package.json enhancement

- add `scripts` for something like `npm test` and `npm run grunt`
- add missing devDep: `grunt-cli`
This commit is contained in:
Ya Zhuang
2015-12-25 06:59:29 +08:00
parent 78a8b9c58e
commit 1a6d7d5723
12 changed files with 138 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
node_modules/
tests/sandbox/
docs/
npm-debug.log