Commit b8069970b5db9ea015383c7423170c95b0dad26d

Authored by Eric Fernandez
1 parent ea3331c100
Exists in master and in 1 other branch develop

script compile

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
... ... @@ -5,11 +5,12 @@
5 5 "main": "index.js",
6 6 "scripts": {
7 7 "test": "echo \"Error: no test specified\" && exit 1",
8   - "gulp-pre-commit":"gulp pre-commit",
  8 + "gulp-pre-commit": "gulp pre-commit",
  9 + "compile": "gulp uglify",
9 10 "postinstall": "npm run compile && gulp clean-post-install",
10 11 "install-dev": "npm install -D angular gulp gulp-angular-templatecache gulp-clean gulp-connect gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-uglify jshint pump"
11 12 },
12   - "pre-commit":[
  13 + "pre-commit": [
13 14 "gulp-pre-commit"
14 15 ],
15 16 "repository": {