Skip to content

Commit a15f017

Browse files
authored
Update package.json
1 parent 2a08423 commit a15f017

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"name": "webgl-gpu-power-estimation",
33
"version": "0.0.1",
44
"license": "MIT",
5+
"main": "umd/index.js",
6+
"module": "src/index.js",
7+
"files": [
8+
"umd/*",
9+
"src/*"
10+
],
511
"scripts": {
612
"build": "rollup -c"
713
},

0 commit comments

Comments
 (0)