Skip to content

Commit

Permalink
update package.jsons
Browse files Browse the repository at this point in the history
  • Loading branch information
dilanx committed Oct 2, 2022
1 parent a7c843d commit 3c227ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
6 changes: 1 addition & 5 deletions packages/craco-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"package.json",
"README.md",
"LICENSE",
"dist"
],
"scripts": {
Expand Down Expand Up @@ -37,7 +34,6 @@
"typescript": "^4.8.4"
},
"publishConfig": {
"access": "public",
"directory": "dist"
"access": "public"
}
}
10 changes: 2 additions & 8 deletions packages/craco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,14 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"package.json",
"README.md",
"LICENSE",
"dist"
],
"scripts": {
"build": "tsc",
"prepack": "npm run build"
},
"publishConfig": {
"access": "public",
"directory": "dist"
"access": "public"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -44,9 +40,7 @@
"craco": "./dist/bin/craco.js"
},
"peerDependencies": {
"react-scripts": "^5.0.0",
"ts-node": ">=10",
"typescript": ">=3"
"react-scripts": "^5.0.0"
},
"devDependencies": {
"@babel/types": "^7.19.3",
Expand Down

0 comments on commit 3c227ce

Please sign in to comment.