Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stalgiag committed Aug 8, 2022
1 parent f26f626 commit 9cf20ee
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@
"source": "./src/app.js",
"unpkg": "dist/p5xr.min.js",
"p5xr.min": "dist/p5xr.min.js",
"main": "dist/p5xr.js",
"p5xr": "dist/p5xr.js",
"targets": {
"p5xr.min": {
"optimize": true
"optimize": true,
"isLibrary": false,
"outputFormat": "global"
},
"main": {
"optimize": false
"p5xr": {
"optimize": false,
"isLibrary": false,
"outputFormat": "global"
}
},
"directories": {
Expand Down

0 comments on commit 9cf20ee

Please sign in to comment.