Skip to content

Commit 09173eb

Browse files
committed
v0.0.3: removed perrDependencies
1 parent d72e9b7 commit 09173eb

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

package-lock.json

Lines changed: 2 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inline-functions",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "This library allows you to inline functions in your JS/TS code. This is useful for performance reasons, as it allows you to avoid function calls and instead inline the function body directly. It provides plugins for Vite, Rollup and esbuild.",
55
"type": "module",
66
"files": [
@@ -51,11 +51,7 @@
5151
"build:test:vite": "vite build --config test/vite.config.ts",
5252
"build:test": "npm run build:test:esbuild && npm run build:test:rollup && npm run build:test:vite"
5353
},
54-
"peerDependencies": {
55-
"esbuild": ">=0.17.0",
56-
"rollup": ">=3.26.1",
57-
"vite": ">=4.3.9"
58-
},
54+
"peerDependencies": {},
5955
"keywords": [
6056
"performance",
6157
"inline",

0 commit comments

Comments
 (0)