Skip to content

Commit

Permalink
remove patch package from root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
robertKozik committed Apr 15, 2024
1 parent 9671df1 commit 96d0323
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
"lint:WebExample": "eslint WebExample --ext .js,.ts,.tsx",
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
"prepare": "bob build && mkdir -p lib/parser && cp parser/react-native-live-markdown-parser.js lib/parser/react-native-live-markdown-parser.js",
"release": "release-it",
"postinstall": "patch-package"
"release": "release-it"
},
"keywords": [
"react-native",
Expand Down Expand Up @@ -161,9 +160,5 @@
"name": "RNLiveMarkdownSpec",
"type": "all",
"jsSrcsDir": "src"
},
"dependencies": {
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0"
}
}
3 changes: 1 addition & 2 deletions parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"scripts": {
"test": "jest",
"build": "esbuild index.ts --bundle --minify --outfile=react-native-live-markdown-parser.js",
"run": "node react-native-live-markdown-parser.js",
"postinstall": "patch-package"
"run": "node react-native-live-markdown-parser.js"
},
"author": "",
"license": "ISC",
Expand Down
2 changes: 0 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2429,8 +2429,6 @@ __metadata:
eslint-plugin-tsdoc: ^0.2.17
jest: ^29.6.3
jest-environment-jsdom: ^29.7.0
patch-package: ^8.0.0
postinstall-postinstall: ^2.1.0
prettier: 2.8.8
react: 18.2.0
react-native: 0.73.4
Expand Down

0 comments on commit 96d0323

Please sign in to comment.