Merge branch 'master' into pr/11388
Conflicts: dist/css/bootstrap.min.css
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 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.
| ... | @@ -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