Skip to content

Commit

Permalink
Remove 'bootstrap' node module in favor of 'bootstrap-sass'
Browse files Browse the repository at this point in the history
[#76802876]

Signed-off-by: Geoff Pleiss <gpleiss@pivotal.io>
  • Loading branch information
stubbornella authored and Geoff Pleiss committed Oct 14, 2014
1 parent 0d694e2 commit 702392a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pivotal-ui",
"private": true,
"browser": {
"bootstrap": "./node_modules/bootstrap/dist/js/bootstrap.js",
"bootstrap": "./node_modules/bootstrap-sass/assets/javascripts/bootstrap.js",
"prism": "./src/syntax-highlighting/prism.js",
"modernizr": "./src/modernizr/modernizr.min.js"
},
Expand Down Expand Up @@ -41,7 +41,6 @@
"version": "0.0.3",
"main": "Gruntfile.js",
"dependencies": {
"bootstrap": "^3.2.0",
"bootstrap-sass": "^3.2.0",
"envify": "^1.2.1",
"font-awesome": "^4.2.0",
Expand Down

0 comments on commit 702392a

Please sign in to comment.