@openfin/core 40.100.1 → 40.100.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@openfin/core",
|
3
|
-
"version": "40.100.
|
3
|
+
"version": "40.100.3",
|
4
4
|
"description": "The core renderer entry point of OpenFin",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
6
6
|
"main": "out/mock.js",
|
@@ -24,7 +24,8 @@
|
|
24
24
|
"test": "run-p test:*",
|
25
25
|
"test:sample": "tsc -p test/tsconfig.json",
|
26
26
|
"test:imports": "ts-node scripts/verify-imports",
|
27
|
-
"test:mocha": "ts-mocha -R dot --exit \"./src/**/__tests__/**.test.ts\""
|
27
|
+
"test:mocha": "ts-mocha -R dot --exit \"./src/**/__tests__/**.test.ts\"",
|
28
|
+
"version:update": "of-npm version --allow-same-version '$RMAJOR.$RMINOR.$RPATCH'"
|
28
29
|
},
|
29
30
|
"files": [
|
30
31
|
"out/*",
|