Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: FormidableLabs/prism-react-renderer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: FormidableLabs/prism-react-renderer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.1
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Feb 9, 2022

  1. Verified

    This commit was signed with the committer’s verified signature.
    IvanGoncharov Ivan Goncharov
    Copy the full SHA
    939026b View commit details
  2. Merge pull request #143 from FormidableLabs/jp-move-patch-package

    invoke patch-package as a prebuild script
    jpdriver authored Feb 9, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    489b02c View commit details
  3. v1.3.1

    jpdriver committed Feb 9, 2022
    Copy the full SHA
    dc57edd View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 package.json
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prism-react-renderer",
"version": "1.3.0",
"version": "1.3.1",
"description": "Renders highlighted Prism output using React",
"sideEffects": false,
"main": "dist/index.cjs.js",
@@ -15,11 +15,11 @@
"themes"
],
"scripts": {
"prebuild": "patch-package",
"build": "rollup -c rollup.config.js",
"test": "jest",
"flow": "flow check",
"format": "prettier --write 'src/**/*.js'",
"postinstall": "patch-package",
"prepublishOnly": "run-p flow build"
},
"babel": {