diff options
| author | Zlatan Vasović <[email protected]> | 2013-09-16 19:42:52 +0200 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2013-09-16 19:42:52 +0200 |
| commit | 66abfe577ef881fcfd5309735a41ac8f582a0a7a (patch) | |
| tree | 60b93c1d6d9bb6396a8559eeee9876e382900012 | |
| parent | 559fcbfbd6c876c2a65b37015d953c9708c02cb7 (diff) | |
| download | bootstrap-66abfe577ef881fcfd5309735a41ac8f582a0a7a.tar.xz bootstrap-66abfe577ef881fcfd5309735a41ac8f582a0a7a.zip | |
Fix package.json
* Add "js" keyword
* Fix homepage link
* Bump grunt-contrib-connect to newer version
| -rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 1863251b6..7e6a3ada0 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "bootstrap" , "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development." , "version": "3.0.0" - , "keywords": ["bootstrap", "css"] - , "homepage": "http://twbs.github.com/bootstrap/" + , "keywords": ["bootstrap", "css", "js"] + , "homepage": "http://getbootstrap.com" , "author": "Twitter, Inc." , "scripts": { "test": "grunt test" } , "repository": { @@ -22,7 +22,7 @@ , "devDependencies": { "grunt": "~0.4.1" , "grunt-contrib-clean": "~0.5.0" - , "grunt-contrib-connect": "~0.4.1" + , "grunt-contrib-connect": "~0.5.0" , "grunt-contrib-concat": "~0.3.0" , "grunt-contrib-copy": "~0.4.1" , "grunt-contrib-jshint": "~0.6.4" |
