diff options
| author | Chris Rebert <[email protected]> | 2013-09-16 12:15:23 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-09-16 12:15:23 -0700 |
| commit | 630bf13fb4b9f5b92e323504454a8f9d18d93d59 (patch) | |
| tree | 1a501dc22381f91048521fb6964c1b2be8aeea3d /package.json | |
| parent | 46bb8b429003530c89d23c9d112d3a1c8b3845b7 (diff) | |
| parent | d7fb54e5fb1db2ab691c1778d15c3a9cb6b2d10d (diff) | |
| download | bootstrap-630bf13fb4b9f5b92e323504454a8f9d18d93d59.tar.xz bootstrap-630bf13fb4b9f5b92e323504454a8f9d18d93d59.zip | |
Merge pull request #10664 from ZDroid/patch-1
Fix package.json
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 1863251b6..477dba20e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ , "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/" + , "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" |
