Skip to content

Commit f95bdff

Browse files
author
sw-yx
committedMay 22, 2019
remove patch pkg, dont need it anymore
1 parent bae9c7d commit f95bdff

File tree

3 files changed

+462
-778
lines changed

3 files changed

+462
-778
lines changed
 

‎package.json

+3-6
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"build": "tsdx build",
1515
"test": "tsdx test",
1616
"version": "tsdx build && auto-changelog -p --template keepachangelog && git add .",
17-
"prepublishOnly": "git push && git push --tags && gh-release",
18-
"swyxpostinstall": "patch-package"
17+
"prepublishOnly": "git push && git push --tags && gh-release"
1918
},
2019
"devDependencies": {
2120
"@types/jest": "^24.0.11",
@@ -26,10 +25,8 @@
2625
"cz-conventional-changelog": "2.1.0",
2726
"gh-release": "^3.5.0",
2827
"husky": "^1.3.1",
29-
"patch-package": "^6.1.2",
30-
"postinstall-postinstall": "^2.0.0",
3128
"semantic-release": "^15.13.3",
32-
"tsdx": "^0.5.1",
29+
"tsdx": "^0.5.11",
3330
"typescript": "^3.4.4"
3431
},
3532
"peerDependencies": {
@@ -40,7 +37,7 @@
4037
"react-dom": "^15.0.0 || ^16.0.0"
4138
},
4239
"dependencies": {
43-
"react-netlify-identity": "^0.0.15"
40+
"react-netlify-identity": "^0.0.16"
4441
},
4542
"config": {
4643
"commitizen": {

‎patches/tsdx+0.5.1.patch

-310
This file was deleted.

‎yarn.lock

+459-462
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.