@openfin/ui-library 0.1.8-alpha.1617399033 → 0.1.8-alpha.1617991674
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 +4 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openfin/ui-library",
|
|
3
3
|
"description": "OpenFin UI Component Library",
|
|
4
|
-
"version": "0.1.8-alpha.
|
|
4
|
+
"version": "0.1.8-alpha.1617991674",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"repository": "github:openfin/ui-library",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"dist/**/*"
|
|
11
11
|
],
|
|
12
12
|
"engines": {
|
|
13
|
-
"node": "
|
|
13
|
+
"node": "14",
|
|
14
14
|
"yarn": "1"
|
|
15
15
|
},
|
|
16
16
|
"license": "MIT",
|
|
@@ -47,6 +47,7 @@
|
|
|
47
47
|
"@typescript-eslint/eslint-plugin": "^4.17.0",
|
|
48
48
|
"@typescript-eslint/parser": "^4.17.0",
|
|
49
49
|
"babel-plugin-styled-components": "^1.12.0",
|
|
50
|
+
"cross-env": "^7.0.3",
|
|
50
51
|
"eslint": "^7.21.0",
|
|
51
52
|
"eslint-config-prettier": "^8.1.0",
|
|
52
53
|
"eslint-plugin-jest": "^24.2.1",
|
|
@@ -75,7 +76,7 @@
|
|
|
75
76
|
"build:bundle": "yarn build:scripts && yarn build:types",
|
|
76
77
|
"build:clean": "rimraf dist",
|
|
77
78
|
"build:dev": "yarn build && yalc push",
|
|
78
|
-
"build:scripts": "NODE_ENV=production babel src -d dist --extensions '.ts,.tsx'",
|
|
79
|
+
"build:scripts": "cross-env NODE_ENV=production babel src -d dist --extensions '.ts,.tsx'",
|
|
79
80
|
"build:types": "tsc -p tsconfig.bundle.json",
|
|
80
81
|
"test": "react-scripts test",
|
|
81
82
|
"eject": "react-scripts eject",
|