@bodynarf/react.components 1.7.7 → 1.7.8
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bodynarf/react.components",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.8",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "Artem",
|
|
6
6
|
"email": "bodynar@gmail.com"
|
|
@@ -22,14 +22,17 @@
|
|
|
22
22
|
],
|
|
23
23
|
"scripts": {
|
|
24
24
|
"build": "npx tsc && tsc-alias -p tsconfig.json",
|
|
25
|
-
"
|
|
25
|
+
"copy_styles": "copyfiles -u 1 src/**/*.scss dist",
|
|
26
|
+
"copy_main" : "copyfiles package.json readme.md dist",
|
|
27
|
+
"transfer": "npm run copy_styles && npm run copy_main",
|
|
26
28
|
"build_transfer": "npm run build && npm run transfer",
|
|
27
|
-
"prepublish": "npm run build_transfer && cd dist && npm pack
|
|
29
|
+
"prepublish": "npm run build_transfer && cd dist && npm pack",
|
|
28
30
|
"publish_pkg": "npm run build_transfer && cd dist && npm publish --access=public"
|
|
29
31
|
},
|
|
30
32
|
"devDependencies": {
|
|
31
33
|
"@types/react": "^18.0.11",
|
|
32
34
|
"@types/react-dom": "^18.0.5",
|
|
35
|
+
"copyfiles": "^2.4.1",
|
|
33
36
|
"tsc-alias": "^1.8.6",
|
|
34
37
|
"typescript": "^4.7.3"
|
|
35
38
|
},
|
|
@@ -39,4 +42,4 @@
|
|
|
39
42
|
"react": "^18.1.0",
|
|
40
43
|
"react-dom": "^18.1.0"
|
|
41
44
|
}
|
|
42
|
-
}
|
|
45
|
+
}
|