Skip to content

Commit

Permalink
chore: remove engines to avoid blocking strict engine
Browse files Browse the repository at this point in the history
  • Loading branch information
flozero committed Aug 15, 2024
1 parent 156ad83 commit 7706405
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"name": "root",
"license": "MIT",
"version": "0.0.0",
"engines": {
"node": "20.12.2"
},
"packageManager": "[email protected]",
"scripts": {
"commit": "commit",
"tailwindbuddy:release": "pnpm --filter './packages/core' release",
Expand All @@ -25,6 +23,5 @@
"workspaces": [
"packages/*"
],
"packageManagerStrict": false,
"packageManager": "[email protected]+sha256.19c17528f9ca20bd442e4ca42f00f1b9808a9cb419383cd04ba32ef19322aba7"
"packageManagerStrict": false
}
3 changes: 0 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
"types": "./dist/main.d.ts"
}
},
"engines": {
"node": "20.12.2"
},
"scripts": {
"build": "tsc && vite build",
"release": "pnpm prepack && changelogen --release --output ../../CHANGELOG.md && npm publish --no-git-checks --access public && git push --follow-tags",
Expand Down
3 changes: 0 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
"react-dom": "^18.2.0",
"tailwind-merge": "^2.3.0"
},
"engines": {
"node": "20.12.2"
},
"devDependencies": {
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
Expand Down

0 comments on commit 7706405

Please sign in to comment.