diff options
| author | Chris Rebert <[email protected]> | 2015-12-01 20:25:09 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-12-05 01:03:52 -0800 |
| commit | e95ab5c36ed1746277515bc3514ae8f23dbdac0d (patch) | |
| tree | 973737e5e204475215c7b179da49657e6e2f7b2a /package.json | |
| parent | 458899dacb0221f15ac082ed98b10913679d59db (diff) | |
| download | bootstrap-e95ab5c36ed1746277515bc3514ae8f23dbdac0d.tar.xz bootstrap-e95ab5c36ed1746277515bc3514ae8f23dbdac0d.zip | |
s/grunt-sed/npm script/ ; fixes #18338
[skip sauce]
[skip validator]
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index c7aafd743..617d84564 100644 --- a/package.json +++ b/package.json @@ -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" } } |
