We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b826bf5 commit 1da55f6Copy full SHA for 1da55f6
1 file changed
package.json
@@ -7,8 +7,8 @@
7
"test": "echo \"Error: no test specified\" && exit 1",
8
"clean": "rimraf dist",
9
"lint": "jscs src/*.js --preset=google",
10
- "prebuild": "npm run clean; npm run lint",
11
- "build": "mkdir dist; npm run build:js; npm run build:min",
+ "prebuild": "npm run clean & npm run lint",
+ "build": "mkdir dist; npm run build:js & npm run build:min",
12
"build:js": "uglifyjs src/*.js -b 'indent-level=2, quote_style=1' -o dist/mangular.js",
13
"build:min": "uglifyjs src/*.js -o dist/mangular.min.js",
14
"watch": "watch 'npm run build' src/"
@@ -29,7 +29,6 @@
29
},
30
"homepage": "https://github.com/mackelito/mangular#readme",
31
"devDependencies": {
32
- "browserify": "^13.0.0",
33
"jscs": "^3.0.3",
34
"rimraf": "^2.5.2",
35
"uglify-js": "^2.6.2",
0 commit comments