1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 04:41:36 +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", "style": "dist/css/bootstrap.css",
"sass": "scss/bootstrap.scss", "sass": "scss/bootstrap.scss",
"main": "dist/js/bootstrap", "main": "dist/js/bootstrap.js",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/twbs/bootstrap.git" "url": "git+https://github.com/twbs/bootstrap.git"