Skip to content

Commit

Permalink
chore: remove engines for now (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
h2xd authored Mar 26, 2024
1 parent f702477 commit a73f82c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"test": "pnpm run --recursive --if-present test",
"test:ci": "pnpm run --recursive --if-present test:ci"
},
"engines": {
"node": "20",
"pnpm": "8"
},
"keywords": [],
"author": "",
"devDependencies": {
Expand All @@ -26,4 +22,4 @@
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.2.2"
}
}
}
4 changes: 0 additions & 4 deletions theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
"module": "./dist/index.es.js",
"types": "./dist/index.es.d.ts"
},
"engines": {
"node": "20",
"pnpm": "8"
},
"files": [
"dist"
],
Expand Down

0 comments on commit a73f82c

Please sign in to comment.