Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson authored Nov 5, 2020
1 parent 2a08423 commit a15f017
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
"name": "webgl-gpu-power-estimation",
"version": "0.0.1",
"license": "MIT",
"main": "umd/index.js",
"module": "src/index.js",
"files": [
"umd/*",
"src/*"
],
"scripts": {
"build": "rollup -c"
},
Expand Down

0 comments on commit a15f017

Please sign in to comment.