Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2016-06-28 22:09:21 +0300
committerXhmikosR <xhmikosr@gmail.com>2016-06-28 22:09:21 +0300
commitd8f278add4295e15b9169261885bd5b093fc2830 (patch)
treebde8d30987509fa39c2653ff7b24923c25829217 /package.json
parent209288a199ab2974192c829a0aec89d0c71e4f3f (diff)
Backport #20196 to v3.
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 6c5ff930a8..b576b3e25b 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,7 @@
"author": "Twitter, Inc.",
"scripts": {
"change-version": "node grunt/change-version.js",
- "shrinkwrap": "npm shrinkwrap --dev && mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json",
+ "shrinkwrap": "npm shrinkwrap --dev && shx mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json",
"test": "grunt test"
},
"style": "dist/css/bootstrap.css",
@@ -57,6 +57,7 @@
"load-grunt-tasks": "~3.5.0",
"markdown-it": "^6.0.0",
"shelljs": "^0.7.0",
+ "shx": "^0.1.2",
"time-grunt": "^1.3.0"
},
"engines": {