aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2016-06-28 22:01:46 +0300
committerGitHub <[email protected]>2016-06-28 22:01:46 +0300
commitc3e33d85d733b83887b203b7fd85c49ff8e5ff28 (patch)
tree438f615d020ca86bddf9d51e984b940c4e831e48 /package.json
parenta21ff400689c393e8d4e87c9ade3dbd073b31665 (diff)
parentdec2695d7e707d4e35d163c3b2e4223db8a25fe0 (diff)
downloadbootstrap-c3e33d85d733b83887b203b7fd85c49ff8e5ff28.tar.xz
bootstrap-c3e33d85d733b83887b203b7fd85c49ff8e5ff28.zip
Merge pull request #20196 from twbs/v4-dev-xmr-shx
Use shx so that the npm scripts work everywhere the same.
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index eebbb2eee..f28e0369a 100644
--- a/package.json
+++ b/package.json
@@ -18,11 +18,11 @@
],
"scripts": {
"change-version": "node grunt/change-version.js",
- "shrinkwrap": "npm shrinkwrap --dev && mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json",
"eslint": "eslint --config js/.eslintrc.json js/src",
"jscs": "jscs --config=js/.jscsrc js/src js/tests/unit docs/assets/js/src docs/assets/js/ie*.js grunt Gruntfile.js",
"postcss": "postcss --config grunt/postcss.js --replace dist/css/*.css",
"postcss-docs": "postcss --config grunt/postcss.js --no-map --replace docs/assets/css/docs.min.css && postcss --config grunt/postcss.js --no-map --replace docs/examples/**/*.css",
+ "shrinkwrap": "npm shrinkwrap --dev && shx mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json",
"test": "npm run eslint && npm run jscs && grunt test"
},
"style": "dist/css/bootstrap.css",
@@ -70,6 +70,7 @@
"postcss-cli": "^2.5.2",
"postcss-flexbugs-fixes": "^2.0.0",
"shelljs": "^0.7.0",
+ "shx": "^0.1.2",
"time-grunt": "^1.2.1"
},
"engines": {