sbx-utils-lib 2.0.3-test → 2.0.3-test-2

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sbx-utils-lib",
3
- "version": "2.0.3-test",
3
+ "version": "2.0.3-test-2",
4
4
  "description": "utilities for sbx company",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -10,7 +10,7 @@
10
10
  "scripts": {
11
11
  "build": "npx tsc && cp -r src/extended-types.d.ts lib/extended-types.d.ts",
12
12
  "copy": "npx tsc && cp -r src/extended-types.d.ts lib/extended-types.d.ts && cp -r lib /Users/frankcarpio/Desktop/Personal/sbx-task-module-ui/lib/sbx-utils-lib",
13
- "postinstall": "node ./postinstallscript.js"
13
+ "postinstall": "node lib/postinstallscript.js"
14
14
  },
15
15
  "engines": {
16
16
  "node": ">=14.17"