aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-09-28 17:54:01 +0300
committerXhmikosR <[email protected]>2017-09-29 19:39:25 +0300
commit2244d03b3471bbd13c93b718a6a9271d8733f5a9 (patch)
tree9d1f6bc7d2c02490ca51e04aaf8984a01a38bd54 /package.json
parentb23ff97a8586fe0be4006be3710507d45470654d (diff)
downloadbootstrap-2244d03b3471bbd13c93b718a6a9271d8733f5a9.tar.xz
bootstrap-2244d03b3471bbd13c93b718a6a9271d8733f5a9.zip
Remove grunt-saucelabs and Grunt.
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/package.json b/package.json
index 3e5736f18..067646c36 100644
--- a/package.json
+++ b/package.json
@@ -30,7 +30,7 @@
"css-minify-docs": "cleancss --level 1 --source-map --source-map-inline-sources --output assets/css/docs.min.css assets/css/docs.min.css",
"js": "npm-run-all js-lint* js-compile js-minify",
"js-docs": "npm-run-all js-lint-docs js-minify-docs",
- "js-lint": "eslint js/ && eslint --config js/tests/.eslintrc.json --env node build/ Gruntfile.js",
+ "js-lint": "eslint js/ && eslint --config js/tests/.eslintrc.json --env node build/",
"js-lint-docs": "eslint --config js/tests/.eslintrc.json assets/js/ docs/ sw.js",
"js-compile": "npm-run-all --parallel js-compile-*",
"js-compile-standalone": "cross-env ROLLUP=true rollup --environment BUNDLE:false --config build/rollup.config.js",
@@ -86,9 +86,6 @@
"cross-env": "^5.0.5",
"eslint": "^4.2.0",
"eslint-plugin-compat": "^1.0.4",
- "grunt": "^1.0.1",
- "grunt-cli": "^1.2.0",
- "grunt-saucelabs": "^9.0.0",
"htmllint-cli": "^0.0.6",
"jsunitsaucelabs": "^1.1.0",
"node-sass": "^4.5.3",
@@ -113,7 +110,6 @@
"files": [
".babelrc",
".eslintignore",
- "Gruntfile.js",
"Gemfile",
"dist",
"build",