@openfin/ui-library 0.10.0-alpha.1674572718 → 0.10.0-alpha.1677080909

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.
Files changed (1) hide show
  1. package/package.json +2 -1
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.10.0-alpha.1674572718",
4
+ "version": "0.10.0-alpha.1677080909",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "repository": "github:openfin/ui-library",
@@ -12,6 +12,7 @@
12
12
  "license": "SEE LICENSE IN LICENSE.MD",
13
13
  "scripts": {
14
14
  "start": "npm run storybook",
15
+ "typecheck": "npx tsc --noEmit",
15
16
  "build": "npm run build:clean && npm run build:src",
16
17
  "build:src": "webpack build --config webpack.config.js --mode production",
17
18
  "build:clean": "rimraf dist",