2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

s/grunt-sed/npm script/ ; fixes #18338

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert
2015-12-01 20:25:09 -08:00
parent 458899dacb
commit e95ab5c36e
3 changed files with 109 additions and 17 deletions
+4 -1
View File
@@ -56,13 +56,13 @@
"grunt-sass": "^1.0.0",
"grunt-saucelabs": "~8.6.1",
"grunt-scss-lint": "^0.3.8",
"grunt-sed": "~0.1.1",
"grunt-stamp": "^0.1.0",
"is-travis": "^1.0.0",
"load-grunt-tasks": "~3.3.0",
"markdown-it": "^5.0.0",
"mq4-hover-shim": "^0.3.0",
"npm-shrinkwrap": "^200.1.0",
"shelljs": "^0.5.3",
"time-grunt": "^1.2.1"
},
"engines": {
@@ -96,5 +96,8 @@
"dependencies": {
"jquery": "*"
}
},
"scripts": {
"change-version": "node grunt/change-version.js"
}
}