Include grunt cli in package.json, add lockfile
package-lock.json
0 → 100644
This diff is collapsed.
... | @@ -10,6 +10,9 @@ | ... | @@ -10,6 +10,9 @@ |
"type": "git", | "type": "git", | ||
"url": "git+https://github.com/Commander-lol/tinyDOM.git" | "url": "git+https://github.com/Commander-lol/tinyDOM.git" | ||
}, | }, | ||
"scripts": { | |||
"build": "grunt" | |||
}, | |||
"keywords": [ | "keywords": [ | ||
"DOM", | "DOM", | ||
"Batch", | "Batch", | ||
... | @@ -28,6 +31,7 @@ | ... | @@ -28,6 +31,7 @@ |
"homepage": "https://github.com/Commander-lol/tinyDOM#readme", | "homepage": "https://github.com/Commander-lol/tinyDOM#readme", | ||
"devDependencies": { | "devDependencies": { | ||
"grunt": "^0.4.5", | "grunt": "^0.4.5", | ||
"grunt-cli": "^0.1.13", | |||
"grunt-contrib-concat": "^0.5.1", | "grunt-contrib-concat": "^0.5.1", | ||
"grunt-contrib-uglify": "^0.9.1" | "grunt-contrib-uglify": "^0.9.1" | ||
} | } | ||
... | ... |
Please register or sign in to comment