Skip to content

Commit

Permalink
remove unrelated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-kot committed Aug 29, 2024
1 parent 411b564 commit 789cc7b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 24 deletions.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"clean": "rimraf ./lib",
"prebuild": "npm run clean",
"build": "tsc -p ./tsconfig.json && tsc -p ./tsconfig.cjs.json && node ./scripts/generate-deep-package.js",
"postbuild": "node ./scripts/copy-package-json.js && cp README.md LICENSE NOTICE lib",
"postbuild": "cp package.json README.md LICENSE NOTICE lib",
"prepare": "husky"
},
"type": "module",
Expand All @@ -32,6 +32,14 @@
"default": "./mjs/operations.js"
}
},
"files": [
"cjs",
"mjs",
"package.json",
"README.md",
"LICENSE",
"NOTICE"
],
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
Expand Down
23 changes: 0 additions & 23 deletions scripts/copy-package-json.js

This file was deleted.

0 comments on commit 789cc7b

Please sign in to comment.