@spothero/ui 18.0.4 → 19.0.0-beta.0
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spothero/ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "19.0.0-beta.0",
|
|
4
4
|
"description": "SpotHero's React component UI library.",
|
|
5
5
|
"main": "./dist/components/index.js",
|
|
6
6
|
"exports": "./dist/components/index.js",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"scripts": {
|
|
57
57
|
"clean": "rm -rf docs v2 lib styles coverage || true",
|
|
58
58
|
"lint": "eslint .storybook src --ext .jsx,.js",
|
|
59
|
-
"start": "start-storybook -p 6006",
|
|
59
|
+
"start": "NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 6006",
|
|
60
60
|
"test": "npm run test:unit",
|
|
61
61
|
"test:template": "NODE_ENV=test jest --config ./jest.config.json",
|
|
62
62
|
"test:unit": "npm run test:template -- --coverage",
|