]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix package.json add extension in main field
authorJohann-S <johann.servoire@gmail.com>
Wed, 29 Apr 2020 15:25:18 +0000 (17:25 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Sat, 2 May 2020 12:39:19 +0000 (15:39 +0300)
package.json

index 1d851d453fe9ae522accb883c58b83f47fcb2620..387e8b970876ae0d42920b2015c0d37819aeb01d 100644 (file)
@@ -88,7 +88,7 @@
   },
   "style": "dist/css/bootstrap.css",
   "sass": "scss/bootstrap.scss",
-  "main": "dist/js/bootstrap",
+  "main": "dist/js/bootstrap.js",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/twbs/bootstrap.git"