Skip to content

Commit

Permalink
fix: update to 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
itsu-dev committed Oct 16, 2023
1 parent 645a191 commit 40f85db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sohosai/react-tsukuba-map",
"version": "0.2.5",
"version": "0.2.6",
"type": "module",
"license": "(MIT OR Apache-2.0)",
"scripts": {
Expand All @@ -13,13 +13,6 @@
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.umd.js"
},
"./dist/style.css": "./dist/style.css"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ESNext",
"outFile": "./dist/index",
"outDir": "./dist",
"module": "ESNext",
"moduleResolution": "node",
"skipLibCheck": true,
Expand Down

0 comments on commit 40f85db

Please sign in to comment.