kmkf-work-order-service-component 0.1.9 → 0.1.11
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 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "kmkf-work-order-service-component",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.11",
|
4
4
|
"scripts": {
|
5
5
|
"start": "dumi dev",
|
6
6
|
"docs:build": "dumi build",
|
@@ -13,7 +13,7 @@
|
|
13
13
|
"prepublishOnly": "npm run build",
|
14
14
|
"async": "yarn build && yalc push",
|
15
15
|
"watch": "nodemon --ignore dist/ --ignore node_modules/ --watch src/ -C -e ts,tsx,less --debug -x 'yarn async'",
|
16
|
-
"
|
16
|
+
"pub": "npm publish --registry=https://registry.npmjs.org/"
|
17
17
|
},
|
18
18
|
"files": [
|
19
19
|
"dist"
|