1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 13:13:03 +02:00

Merge pull request #20552 from twbs/followup-package-json-fix

Update package.json to remove jspm ignore
This commit is contained in:
Mark Otto
2016-08-21 17:52:16 -07:00
committed by GitHub

View File

@@ -88,9 +88,6 @@
], ],
"jspm": { "jspm": {
"main": "js/bootstrap", "main": "js/bootstrap",
"ignore": [
"dist/js/npm"
],
"directories": { "directories": {
"lib": "dist" "lib": "dist"
}, },