Skip to content

Commit 6ce16df

Browse files
authored
Merge pull request #25 from nibble-4bits/chore/bump-bunchee-v2.2.0
Chore/bump bunchee v2.2.0
2 parents e67668a + 687b3f0 commit 6ce16df

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"scripts": {
3636
"test": "jest",
37-
"build": "bunchee --target es2015 --minify src/main.ts",
37+
"build": "bunchee --minify src/main.ts",
3838
"prettier": "prettier --write src/**/*.ts",
3939
"lint": "eslint src/**/*.ts",
4040
"lint:fix": "eslint src/**/*.ts --fix"
@@ -47,7 +47,7 @@
4747
"@types/picomatch": "^2.3.0",
4848
"@typescript-eslint/eslint-plugin": "^5.22.0",
4949
"@typescript-eslint/parser": "^5.22.0",
50-
"bunchee": "^2.1.7",
50+
"bunchee": "^2.2.0",
5151
"eslint": "^8.14.0",
5252
"eslint-config-prettier": "^8.5.0",
5353
"eslint-plugin-prettier": "^4.0.0",

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": "@tsconfig/node16-strictest/tsconfig.json",
33
"compilerOptions": {
44
"outDir": "build",
5-
"target": "ES6",
5+
"target": "ES2015",
66
"declaration": true,
77
"noUncheckedIndexedAccess": false
88
},

0 commit comments

Comments
 (0)