]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix package.json 20394/head
authorOnoshko Dan <danon0404@gmail.com>
Thu, 28 Jul 2016 16:55:10 +0000 (23:55 +0700)
committerGitHub <noreply@github.com>
Thu, 28 Jul 2016 16:55:10 +0000 (23:55 +0700)
For example, `resolve` npm module can't resolve path to bootstrap.

package.json

index dbfbcbe7e56810d9420e8c6076ef8993fc2d3b9f..0daac801f34245873b3dfd8a430d4cce03e38383 100644 (file)
@@ -28,7 +28,7 @@
   },
   "style": "dist/css/bootstrap.css",
   "sass": "scss/bootstrap.scss",
-  "main": "./dist/js/npm",
+  "main": "dist/js/bootstrap",
   "repository": {
     "type": "git",
     "url": "https://github.com/twbs/bootstrap.git"