1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-19 03:41:19 +02:00

fix package.json add extension in main field

This commit is contained in:
Johann-S
2020-04-29 17:25:18 +02:00
committed by XhmikosR
parent ec637483f2
commit 1b16736a72

View 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"