Skip to content

Commit

Permalink
fix: import type
Browse files Browse the repository at this point in the history
  • Loading branch information
Hansanghyeon committed Mar 19, 2024
1 parent a757d55 commit 5320f18
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/three-impalas-mate.md

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
*.log
lib
lib
*.d.ts
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyeon/calc-ts",
"version": "1.1.0",
"version": "1.1.1",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"type": "module",
Expand All @@ -14,7 +14,7 @@
"calc function"
],
"scripts": {
"build": "nanobundle build --tsconfig ./tsconfig.prod.json",
"build": "nanobundle build --tsconfig ./tsconfig.prod.json && cp lib/*.d.ts .",
"test": "vitest"
},
"devDependencies": {
Expand All @@ -40,7 +40,8 @@
"./package.json": "./package.json"
},
"files": [
"lib"
"lib",
"fp.d.ts"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down

0 comments on commit 5320f18

Please sign in to comment.