Skip to content

Commit a8b219a

Browse files
committedOct 10, 2021
added dist to package.json files
1 parent 0ec63aa commit a8b219a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"browser": "./dist/geoblaze.web.min.js",
77
"unpkg": "./dist/geoblaze.web.min.js",
88
"files": [
9-
"src"
9+
"src",
10+
"dist"
1011
],
1112
"scripts": {
1213
"analyze": "webpack --config webpack.analyze.js",

0 commit comments

Comments
 (0)
Please sign in to comment.