Skip to content

Commit

Permalink
Merge branches 'develop' and 'main' of github.com:danguilherme/uno
Browse files Browse the repository at this point in the history
  • Loading branch information
danguilherme committed Apr 30, 2024
2 parents 3b3d3ea + 31c7f8d commit 16304b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.0.0",
"description": "Uno game implementation in JavaScript",
"homepage": "https://github.com/danguilherme/uno#readme",
"main": "dist/studio-essentials.cjs.js",
"module": "dist/studio-essentials.esm.js",
"browser": "dist/studio-essentials.umd.js",
"main": "dist/uno-engine.cjs.js",
"module": "dist/uno-engine.esm.js",
"browser": "dist/uno-engine.umd.js",
"types": "dist/src/uno-engine.d.ts",
"scripts": {
"build": "rollup -c --bundleConfigAsCjs",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"lib": ["ES6"],
"declaration": true,
"esModuleInterop": true,
"target": "es5",
"target": "ES6",
"noImplicitAny": true,
"moduleResolution": "node",
"sourceMap": true,
Expand Down

0 comments on commit 16304b7

Please sign in to comment.