@avail-project/widgets 0.0.1 → 2.0.0
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 +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@avail-project/widgets",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Compiled Avail widgets for React applications.",
|
|
5
5
|
"author": "decocereus <amartya@availproject.org>",
|
|
6
6
|
"contributors": [
|
|
@@ -30,7 +30,8 @@
|
|
|
30
30
|
},
|
|
31
31
|
"scripts": {
|
|
32
32
|
"build": "node ../../scripts/build-widgets-package.mjs",
|
|
33
|
-
"prepare": "pnpm build"
|
|
33
|
+
"prepare": "pnpm build",
|
|
34
|
+
"prepack": "pnpm build"
|
|
34
35
|
},
|
|
35
36
|
"publishConfig": {
|
|
36
37
|
"access": "public",
|