diff options
| author | Bardi Harborow <[email protected]> | 2017-02-05 23:39:16 +1100 |
|---|---|---|
| committer | Bardi Harborow <[email protected]> | 2017-02-05 23:50:06 +1100 |
| commit | cb87eebcbb2a585b366934f8efff988f1c0e7e57 (patch) | |
| tree | f2e8f09131c371f568bb229d2479587b68db4185 /package.json | |
| parent | d79b5563730e8188ca7ee5dfc71503d82eb297b4 (diff) | |
| download | bootstrap-cb87eebcbb2a585b366934f8efff988f1c0e7e57.tar.xz bootstrap-cb87eebcbb2a585b366934f8efff988f1c0e7e57.zip | |
Update dependencies.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/package.json b/package.json index 4a5aac3db..130c45cb4 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,8 @@ ], "scripts": { "change-version": "node grunt/change-version.js", - "clean-css": "cleancss --skip-advanced --source-map --output dist/css/bootstrap.min.css dist/css/bootstrap.css && cleancss --skip-advanced --source-map --output dist/css/bootstrap-grid.min.css dist/css/bootstrap-grid.css && cleancss --skip-advanced --source-map --output dist/css/bootstrap-reboot.min.css dist/css/bootstrap-reboot.css", - "clean-css-docs": "cleancss --skip-advanced --source-map --output docs/assets/css/docs.min.css docs/assets/css/docs.min.css", + "clean-css": "cleancss --level 1 --source-map --output dist/css/bootstrap.min.css dist/css/bootstrap.css && cleancss --level 1 --source-map --output dist/css/bootstrap-grid.min.css dist/css/bootstrap-grid.css && cleancss --level 1 --source-map --output dist/css/bootstrap-reboot.min.css dist/css/bootstrap-reboot.css", + "clean-css-docs": "cleancss --level 1 --source-map --output docs/assets/css/docs.min.css docs/assets/css/docs.min.css", "eslint": "eslint --ignore-path .eslintignore js && eslint --config js/tests/.eslintrc.json --env node grunt Gruntfile.js && eslint --config js/tests/.eslintrc.json docs/assets/js/src docs/assets/js/ie-emulation-modes-warning.js docs/assets/js/ie10-viewport-bug-workaround.js", "htmlhint": "htmlhint --config docs/.htmlhintrc _gh_pages/", "htmllint": "htmllint --rc docs/.htmllintrc _gh_pages/**/*.html js/tests/visual/*.html", @@ -50,35 +50,35 @@ "tether": "^1.4.0" }, "devDependencies": { - "autoprefixer": "^6.6.1", + "autoprefixer": "^6.7.2", "babel-eslint": "^7.1.1", "babel-plugin-transform-es2015-modules-strip": "^0.1.0", - "babel-preset-es2015": "^6.18.0", - "clean-css": "^3.4.23", - "eslint": "^3.12.2", + "babel-preset-es2015": "^6.22.0", + "clean-css-cli": "^4.0.0", + "eslint": "^3.15.0", "grunt": "^1.0.1", "grunt-babel": "^6.0.0", "grunt-build-control": "^0.7.1", "grunt-contrib-clean": "^1.0.0", - "grunt-contrib-compress": "^1.3.0", + "grunt-contrib-compress": "^1.4.1", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-connect": "^1.0.2", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-qunit": "^1.2.0", "grunt-contrib-watch": "^1.0.0", "grunt-exec": "^1.0.1", - "grunt-jekyll": "^0.4.4", + "grunt-jekyll": "^0.4.6", "grunt-saucelabs": "^9.0.0", "grunt-stamp": "^0.3.0", "htmlhint": "^0.9.13", - "htmllint-cli": "0.0.6", + "htmllint-cli": "^0.0.6", "is-travis": "^1.0.0", "load-grunt-tasks": "^3.5.2", - "node-sass": "^4.1.1", + "node-sass": "^4.5.0", "postcss-cli": "^2.6.0", "postcss-flexbugs-fixes": "^2.1.0", - "shelljs": "^0.7.5", - "shx": "^0.2.1", + "shelljs": "^0.7.6", + "shx": "^0.2.2", "time-grunt": "^1.4.0", "uglify-js": "^2.7.5" }, |
