Skip to content

Commit f6aa52f

Browse files
committed
fix: remove patch-package and postinstall script
1 parent fa7bee9 commit f6aa52f

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"jest": "^23.6.0",
4949
"jest-environment-node": "22.4.1",
5050
"nyc": "11.2.1",
51-
"patch-package": "^8.0.0",
5251
"prop-types": "15.6.0",
5352
"react": "16.0.0",
5453
"react-dom": "16.0.1",
@@ -67,12 +66,11 @@
6766
"build:watch": "babel -w src --out-dir dist",
6867
"lint": "eslint .",
6968
"lint:watch": "esw -w lib/**",
70-
"prepare": "npm run build",
71-
"postinstall": "patch-package"
69+
"prepare": "npm run build"
7270
},
7371
"commitlint": {
7472
"extends": [
7573
"@commitlint/config-conventional"
7674
]
7775
}
78-
}
76+
}

patches/tempa-xlsx+0.8.20.patch

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)