Skip to content

Commit

Permalink
update packager version
Browse files Browse the repository at this point in the history
  • Loading branch information
alijany committed Feb 12, 2024
1 parent 17628ef commit 788097c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"version": "0.4.0",
"version": "0.4.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
"dist"
],
"engines": {
"node": ">=10"
Expand All @@ -27,7 +26,7 @@
},
"name": "snap-query",
"author": "MH.Alijany",
"module": "dist/esm/index.js",
"module": "dist/index.js",
"size-limit": [
{
"path": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ export default defineConfig({
dts: true,
clean: true,
format: ['cjs', 'esm'],
legacyOutput: true,
// legacyOutput: true,
});

0 comments on commit 788097c

Please sign in to comment.