@edgenets/utils 0.0.8 → 0.0.10
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@edgenets/utils",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.10",
|
4
4
|
"description": "Edgenets utilities package containing common types and utilities.",
|
5
5
|
"type": "module",
|
6
6
|
"main": "dist/index.js",
|
@@ -15,6 +15,6 @@
|
|
15
15
|
"scripts": {
|
16
16
|
"build": "eslint --fix && tsc -p tsconfig.json",
|
17
17
|
"test": "echo 'Skip Tests'",
|
18
|
-
"
|
18
|
+
"public": "pnpm build && npm version patch && npm publish --access public"
|
19
19
|
}
|
20
20
|
}
|