Merge pull request #13824 from jsdf/node-requirable
Allow npm package to be resolved via node module resolution
Showing
dist/js/npm.js
0 → 100644
| ... | @@ -18,6 +18,7 @@ | ... | @@ -18,6 +18,7 @@ |
| }, | }, | ||
| "style": "dist/css/bootstrap.css", | "style": "dist/css/bootstrap.css", | ||
| "less": "less/bootstrap.less", | "less": "less/bootstrap.less", | ||
| "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