Merge branch 'master' into pr/11412
Conflicts: dist/js/bootstrap.min.js
Showing
This diff is collapsed.
| ... | @@ -19,7 +19,7 @@ | ... | @@ -19,7 +19,7 @@ |
| , "license": "Apache-2.0" | , "license": "Apache-2.0" | ||
| , "extra": { | , "extra": { | ||
| "branch-alias": { | "branch-alias": { | ||
| "dev-master": "3.0.x-dev" | "dev-master": "3.0.x-dev" | ||
| } | } | ||
| } | } | ||
| } | } |
This diff is collapsed.
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.
| { | { | ||
| "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.2" | , "version": "3.0.3" | ||
| , "keywords": ["bootstrap", "css"] | , "keywords": ["bootstrap", "css"] | ||
| , "homepage": "http://getbootstrap.com" | , "homepage": "http://getbootstrap.com" | ||
| , "author": "Twitter, Inc." | , "author": "Twitter, Inc." | ||
| ... | @@ -33,8 +33,19 @@ | ... | @@ -33,8 +33,19 @@ |
| , "grunt-contrib-watch": "~0.5.3" | , "grunt-contrib-watch": "~0.5.3" | ||
| , "grunt-html-validation": "~0.1.6" | , "grunt-html-validation": "~0.1.6" | ||
| , "grunt-jekyll": "~0.4.0" | , "grunt-jekyll": "~0.4.0" | ||
| , "grunt-recess": "~0.4.0" | , "grunt-recess": "~0.5.0" | ||
| , "grunt-sed": "~0.1.1" | , "grunt-sed": "~0.1.1" | ||
| , "regexp-quote": "~0.0.0" | , "regexp-quote": "~0.0.0" | ||
| } | } | ||
| , "jspm": { | |||
| "main": "js/bootstrap" | |||
| , "directories": { "lib": "dist" } | |||
| , "shim": { | |||
| "js/bootstrap": { | |||
| "imports": "jquery" | |||
| , "exports": "$" | |||
| } | |||
| } | |||
| , "buildConfig": { "uglify": true } | |||
| } | |||
| } | } |
Please register or sign in to comment