Skip to content

Commit

Permalink
Merge pull request #139 from FormidableLabs/jp-patch-package
Browse files Browse the repository at this point in the history
swap duplicate prism-core for patch-package
  • Loading branch information
jpdriver authored Feb 5, 2022
2 parents ccac640 + 72e44a2 commit 64617ea
Show file tree
Hide file tree
Showing 5 changed files with 1,207 additions and 471 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"test": "jest",
"flow": "flow check",
"format": "prettier --write 'src/**/*.js'",
"postinstall": "patch-package",
"prepublishOnly": "run-p flow build"
},
"babel": {
Expand Down Expand Up @@ -80,8 +81,10 @@
"jest": "^26.6.3",
"lint-staged": "^10.5.4",
"npm-run-all": "^4.1.5",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.2.1",
"prismjs": "^1.23.0",
"prismjs": "^1.26.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"rollup": "^2.39.0"
Expand Down
Loading

0 comments on commit 64617ea

Please sign in to comment.