diff options
| author | Chris Rebert <[email protected]> | 2013-11-01 18:15:25 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-11-04 11:22:30 -0800 |
| commit | 0bb122a377bc2c809a7ce64fb740ee9620b4b72e (patch) | |
| tree | 83973769717638af66e07d583c0efa2a6f4332fe /package.json | |
| parent | 4e0d022de5b0d27b063156533dfcc248fc08257e (diff) | |
| download | bootstrap-0bb122a377bc2c809a7ce64fb740ee9620b4b72e.tar.xz bootstrap-0bb122a377bc2c809a7ce64fb740ee9620b4b72e.zip | |
add Grunt task to change version numbers; fixes #11332
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 46266fe0d..ee3ce6080 100644 --- a/package.json +++ b/package.json @@ -34,5 +34,7 @@ , "grunt-html-validation": "~0.1.6" , "grunt-jekyll": "~0.4.0" , "grunt-recess": "~0.4.0" + , "grunt-sed": "~0.1.1" + , "regexp-quote": "~0.0.0" } } |
