Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
InventivetalentDev committed Nov 7, 2023
1 parent abbc35b commit b878c39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "minerender",
"version": "2.0.0-alpha.2",
"description": "",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/cjs/index",
"main": "./dist/cjs/index.js",
"types": "./dist/cjs/index.d.ts",
"module": "./dist/esm/index.js",
"scripts": {
"clean": "rm -rf dist && rm -rf lib",
"compile": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
Expand Down

0 comments on commit b878c39

Please sign in to comment.