oops-ui 0.0.7 → 0.0.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 +2 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oops-ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -10,8 +10,7 @@
|
|
|
10
10
|
"local": "node build",
|
|
11
11
|
"styles": "sass --no-source-map src/css/common.scss dist/styles/common.css",
|
|
12
12
|
"versionPatch": "npm version patch --force --no-git-tag-version --allow-same-version=true",
|
|
13
|
-
"
|
|
14
|
-
"pub": "npm publish --timeout 30",
|
|
13
|
+
"pub": "npm run build && npm publish --timeout 30",
|
|
15
14
|
"dev": "webpack-dev-server --env dev"
|
|
16
15
|
},
|
|
17
16
|
"author": "lmssee <lmssee@outlook.com> (https://lmssee.com)",
|
|
@@ -127,8 +126,5 @@
|
|
|
127
126
|
"webpack": "^5.97.1",
|
|
128
127
|
"webpack-cli": "^5.1.4",
|
|
129
128
|
"webpack-dev-server": "^5.2.0"
|
|
130
|
-
},
|
|
131
|
-
"dependencies": {
|
|
132
|
-
"oops-ui": "file:"
|
|
133
129
|
}
|
|
134
130
|
}
|