Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikaibenkai authored Nov 12, 2023
1 parent a407063 commit 798f900
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"packageManager": "[email protected]",
"main": "lib/fanbook-1.0.0.min.js",
"module": "es/fanbook-1.0.0.min.js",
"types": "es/fanbook-1.0.0.min.d.ts",
"files": [
"es",
"lib",
Expand Down
4 changes: 2 additions & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ rm -rf es lib
tsc --module ES2015 --outDir es
tsc --module CommonJS --outDir lib

copyfiles -u 1 "src/**/*.js" "src/**/*.d.ts" es
copyfiles -u 1 "src/**/*.js" "src/**/*.d.ts" lib
copyfiles -u 1 "src/**/*.js" "src/**/*.d.ts" "src/**/*.map" es
copyfiles -u 1 "src/**/*.js" "src/**/*.d.ts" "src/**/*.map" lib

0 comments on commit 798f900

Please sign in to comment.