Skip to content

Commit 72e44a2

Browse files
committed
swap duplicate prism-core for patch-package
1 parent ccac640 commit 72e44a2

File tree

5 files changed

+1207
-471
lines changed

5 files changed

+1207
-471
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"test": "jest",
2020
"flow": "flow check",
2121
"format": "prettier --write 'src/**/*.js'",
22+
"postinstall": "patch-package",
2223
"prepublishOnly": "run-p flow build"
2324
},
2425
"babel": {
@@ -80,8 +81,10 @@
8081
"jest": "^26.6.3",
8182
"lint-staged": "^10.5.4",
8283
"npm-run-all": "^4.1.5",
84+
"patch-package": "^6.4.7",
85+
"postinstall-postinstall": "^2.1.0",
8386
"prettier": "^2.2.1",
84-
"prismjs": "^1.23.0",
87+
"prismjs": "^1.26.0",
8588
"react": "^17.0.1",
8689
"react-dom": "^17.0.1",
8790
"rollup": "^2.39.0"

0 commit comments

Comments
 (0)