Skip to content

Commit

Permalink
fix: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
teclone committed Oct 15, 2023
1 parent a60dc9b commit 1b255da
Show file tree
Hide file tree
Showing 2 changed files with 876 additions and 569 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"access": "public"
},
"main": "build/cjs/index",
"typings": "build/esm/index",
"module": "build/esm/index",
"typings": "build/es/index",
"module": "build/es/index",
"author": "Harrison Ifeanyichukwu <[email protected]> (https://github.com/teclone)",
"license": "MIT",
"repository": {
Expand All @@ -18,11 +18,11 @@
"build"
],
"scripts": {
"build": "rollup-all --formats esm,cjs",
"build": "rollup-all --formats es,cjs,iife",
"release": "semantic-release"
},
"devDependencies": {
"@teclone/rollup-all": "^1.25.1",
"@teclone/rollup-all": "^1.28.0",
"@types/jest": "24.0.11",
"@typescript-eslint/eslint-plugin": "1.6.0",
"@typescript-eslint/parser": "1.6.0",
Expand Down
Loading

0 comments on commit 1b255da

Please sign in to comment.