@onecx/accelerator 5.2.0 → 5.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onecx/accelerator",
3
- "version": "5.2.0",
3
+ "version": "5.3.1",
4
4
  "peerDependencies": {
5
5
  "tslib": "^2.6.3",
6
6
  "rxjs": "7.8.1"
@@ -10,5 +10,6 @@
10
10
  "typings": "./src/index.d.ts",
11
11
  "publishConfig": {
12
12
  "access": "public"
13
- }
13
+ },
14
+ "types": "./src/index.d.ts"
14
15
  }