Skip to content

Commit faf5da2

Browse files
committedOct 9, 2021
updated files
1 parent 2b322d6 commit faf5da2

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed
 

‎package.json

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"main": "dist/geoblaze.node.min.js",
66
"browser": "./dist/geoblaze.web.min.js",
77
"unpkg": "./dist/geoblaze.web.min.js",
8+
"files": [
9+
"src"
10+
],
811
"scripts": {
912
"analyze": "webpack --config webpack.analyze.js",
1013
"build": "npm run build:dev && npm run build:prod",
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.