Use lastest node and latest package versions
This should make build faster and more reliable.
Showing
... | ... | @@ -11,17 +11,17 @@ |
"url": "git://github.com/jazzband/django-pipeline.git" | ||
}, | ||
"dependencies": { | ||
"babel-cli": "^6.4.5", | ||
"babel-preset-es2015": "^6.3.13", | ||
"coffee-script": "^1.10.0", | ||
"less": "^2.5.3", | ||
"livescript": "^1.4.0", | ||
"node-sass": "^3.4.2", | ||
"stylus": "^0.53.0", | ||
"cssmin": "^0.4.3", | ||
"google-closure-compiler": "^20151216.2.0", | ||
"uglify-js": "^2.6.1", | ||
"yuglify": "^0.1.4", | ||
"yuicompressor": "^2.4.8" | ||
"babel-cli": "latest", | ||
"babel-preset-es2015": "latest", | ||
"coffee-script": "latest", | ||
"less": "latest", | ||
"livescript": "latest", | ||
"node-sass": "latest", | ||
"stylus": "latest", | ||
"cssmin": "latest", | ||
"google-closure-compiler": "latest", | ||
"uglify-js": "latest", | ||
"yuglify": "latest", | ||
"yuicompressor": "latest" | ||
} | ||
} |
tests/scripts/npm_install.py
deleted
100755 → 0
Please
register
or
sign in
to comment