added 'main' field to package.json
Showing
| ... | @@ -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": "./index.js", | |||
| "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