Skip to content

Commit 0878ca6

Browse files
authored
feat: add "source": "src/index.js" entry in package.json (#3422)
1 parent ebbe8d5 commit 0878ca6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"web": "dist/bootstrap-vue.js",
77
"module": "esm/index.js",
88
"jsnext:main": "esm/index.js",
9+
"source": "src/index.js",
910
"style": "dist/bootstrap-vue.css",
1011
"license": "MIT",
1112
"types": "src/index.d.ts",

0 commit comments

Comments
 (0)