Skip to content

Commit

Permalink
chore: bundle files has less size
Browse files Browse the repository at this point in the history
  • Loading branch information
liwuhou committed Dec 19, 2021
1 parent bd57d5b commit 03887ff
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
"name": "pm-keeper",
"version": "1.1.10",
"version": "1.1.11",
"description": "package version keeper",
"author": "liwuhou <[email protected]>",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist",
"bin"
Expand All @@ -15,7 +13,7 @@
"scripts": {
"dev": "npm run build -- --watch",
"prebuild": "rimraf dist",
"build": "tsup src --format cjs,esm,iife --dts"
"build": "tsup src --format iife --minify"
},
"keywords": [
"npm",
Expand Down

0 comments on commit 03887ff

Please sign in to comment.