Commit 66abfe57 authored by Zlatan Vasović's avatar Zlatan Vasović

Fix package.json

* Add "js" keyword
* Fix homepage link
* Bump grunt-contrib-connect to newer version
parent 559fcbfb
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
"name": "bootstrap" "name": "bootstrap"
, "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development." , "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development."
, "version": "3.0.0" , "version": "3.0.0"
, "keywords": ["bootstrap", "css"] , "keywords": ["bootstrap", "css", "js"]
, "homepage": "http://twbs.github.com/bootstrap/" , "homepage": "http://getbootstrap.com"
, "author": "Twitter, Inc." , "author": "Twitter, Inc."
, "scripts": { "test": "grunt test" } , "scripts": { "test": "grunt test" }
, "repository": { , "repository": {
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
, "devDependencies": { , "devDependencies": {
"grunt": "~0.4.1" "grunt": "~0.4.1"
, "grunt-contrib-clean": "~0.5.0" , "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-concat": "~0.3.0"
, "grunt-contrib-copy": "~0.4.1" , "grunt-contrib-copy": "~0.4.1"
, "grunt-contrib-jshint": "~0.6.4" , "grunt-contrib-jshint": "~0.6.4"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment