sbx-utils-lib 1.0.8-beta-1 → 1.0.8-beta-3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -3
package/README.md CHANGED
@@ -3,9 +3,9 @@
3
3
  First, run the development server:
4
4
 
5
5
  ```bash
6
- npm install sbx-utils-lib && cp node_modules/sbx-utils-lib/lib/extended-types.d.ts -r ./
6
+ npm install sbx-utils-lib
7
7
  # or
8
- yarn add sbx-utils-lib && cp node_modules/sbx-utils-lib/lib/extended-types.d.ts -r ./
8
+ yarn add sbx-utils-lib
9
9
  ```
10
10
 
11
11
  if the extended-types.d.ts file is not copied to the root of your project, you can copy it manually from the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sbx-utils-lib",
3
- "version": "1.0.8-beta-1",
3
+ "version": "1.0.8-beta-3",
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": "mv node_modules/sbx-utils-lib/lib/extended-types.d.ts ./"
13
+ "postinstall": "cp node_modules/sbx-utils-lib/lib/extended-types.d.ts -r ./"
14
14
  },
15
15
  "engines": {
16
16
  "node": ">=14.17"
@@ -23,7 +23,6 @@
23
23
  "dependencies": {
24
24
  "date-fns": "^3.6.0",
25
25
  "moment": "^2.30.1",
26
- "sbx-utils-lib": "^1.0.7",
27
26
  "tcs": "^10.0.2",
28
27
  "ts-jest": "^29.2.5",
29
28
  "ts-node": "^10.9.2"