intelicoreact 2.0.17 → 2.0.18
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 +2 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "intelicoreact",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.18",
|
|
5
5
|
"description": "IntelicoKit UI component library",
|
|
6
6
|
"author": "Andrey Isakov",
|
|
7
7
|
"license": "ISC",
|
|
@@ -141,6 +141,7 @@
|
|
|
141
141
|
"clean": "rimraf dist tsconfig.tsbuildinfo",
|
|
142
142
|
"build": "npm run check:exports && npm run clean && node scripts/build.mjs && npm run check:exports:post",
|
|
143
143
|
"release": "npm run build && npm publish && node ../../IntelicoKitVersioningBot/main.js",
|
|
144
|
+
"prepublishOnly": "npm run check:exports:post",
|
|
144
145
|
"check:exports": "node scripts/check-exports.mjs",
|
|
145
146
|
"check:exports:post": "node scripts/check-exports.mjs --post"
|
|
146
147
|
},
|