added a separate npm-specific main file
Showing
dist/js/npm.js
0 → 100644
index.js
deleted
100644 → 0
| ... | @@ -18,7 +18,7 @@ | ... | @@ -18,7 +18,7 @@ |
| }, | }, | ||
| "style": "dist/css/bootstrap.css", | "style": "dist/css/bootstrap.css", | ||
| "less": "less/bootstrap.less", | "less": "less/bootstrap.less", | ||
| "main": "./index.js", | "main": "./dist/js/npm", | ||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "https://github.com/twbs/bootstrap.git" | "url": "https://github.com/twbs/bootstrap.git" | ||
| ... | ... |
Please register or sign in to comment