2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Backport #20196 to v3.

Use shx so that the npm scripts work everywhere the same.
This commit is contained in:
XhmikosR
2016-06-28 22:09:21 +03:00
parent 209288a199
commit d8f278add4
2 changed files with 178 additions and 150 deletions
+2 -1
View File
@@ -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": {