Unverified Commit 5ea67be6 by Sam Padgett Committed by GitHub

Merge pull request #303 from benjaminapetersen/npm-dependency-update

Update npm dependencies to match origin-web-console repo
parents 8b91a0ea 8a1bd19c
language: node_js language: node_js
node_js: node_js:
- "4" - "6"
cache: cache:
directories: directories:
- node_modules - node_modules
......
...@@ -117,11 +117,10 @@ module.exports = function (grunt) { ...@@ -117,11 +117,10 @@ module.exports = function (grunt) {
uglify: { uglify: {
options: { options: {
compress: {}, compress: {},
mangle: false, mangle: {},
beautify: { beautify: {
beautify: true, beautify: true,
indent_level: 0, indent_level: 0,
space_colon: false, // Don't waste characters
width: 1000 width: 1000
} }
}, },
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -23,20 +23,21 @@ ...@@ -23,20 +23,21 @@
"grunt-contrib-cssmin": "0.9.0", "grunt-contrib-cssmin": "0.9.0",
"grunt-contrib-jshint": "0.7.0", "grunt-contrib-jshint": "0.7.0",
"grunt-contrib-less": "1.3.0", "grunt-contrib-less": "1.3.0",
"grunt-contrib-uglify": "0.2.5", "grunt-contrib-uglify": "3.0.1",
"grunt-contrib-watch": "0.5.3", "grunt-contrib-watch": "0.5.3",
"grunt-eslint": "~17.1.0", "grunt-eslint": "~17.1.0",
"grunt-karma": "0.8.3", "grunt-karma": "0.8.3",
"grunt-ng-annotate": "^1.0.1", "grunt-ng-annotate": "^1.0.1",
"grunt-remove": "^0.1.0", "grunt-remove": "^0.1.0",
"karma": "0.12.23", "jasmine-core": "^2.8.0",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0", "karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1", "karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.1", "karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "0.2.2", "karma-jasmine": "^1.1.0",
"karma-junit-reporter": "0.2.2", "karma-junit-reporter": "^1.2.0",
"karma-ng-html2js-preprocessor": "~0.1", "karma-ng-html2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.0", "karma-phantomjs-launcher": "^1.0.4",
"matchdep": "0.3.0", "matchdep": "0.3.0",
"nsp": "^2.6.1" "nsp": "^2.6.1"
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment