@tryghost/comments-ui 0.12.2 → 0.12.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryghost/comments-ui",
3
- "version": "0.12.2",
3
+ "version": "0.12.4",
4
4
  "license": "MIT",
5
5
  "repository": "git@github.com:TryGhost/comments-ui.git",
6
6
  "author": "Ghost Foundation",
@@ -33,9 +33,9 @@
33
33
  "scripts": {
34
34
  "start": "PORT=4000 BROWSER=none react-scripts start",
35
35
  "start:combined": "PORT=4000 BROWSER=none node ./scripts/start-combined.js",
36
- "start:dev": "PORT=4000 node ./scripts/start-mode.js",
36
+ "start:dev": "NODE_OPTIONS=--openssl-legacy-provider PORT=4000 node ./scripts/start-mode.js",
37
37
  "dev": "node ./scripts/dev-mode.js",
38
- "build": "npm run build:combined",
38
+ "build": "NODE_OPTIONS=--openssl-legacy-provider npm run build:combined",
39
39
  "build:original": "react-scripts build",
40
40
  "build:combined": "node ./scripts/build-combined.js",
41
41
  "build:bundle": "webpack --config webpack.config.js",