@policystudio/policy-studio-ui-vue 1.1.90-beta.73 → 1.1.90-rc.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 +2 -2
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@policystudio/policy-studio-ui-vue",
|
|
3
|
-
"version": "1.1.90-
|
|
3
|
+
"version": "1.1.90-rc.0",
|
|
4
4
|
"description": "Policy Studio UI",
|
|
5
5
|
"author": "Policy Studio Team",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"lint": "vue-cli-service lint",
|
|
8
8
|
"build": "tsc -p tsconfig.json && npm run build:tailwind && npm run gulp",
|
|
9
|
-
"full-publish": "npm run lint && npm run build && npm publish --tag
|
|
9
|
+
"full-publish": "npm run lint && npm run build && npm publish --tag rc",
|
|
10
10
|
"kill-port": "sh ./scripts/kill-port.sh",
|
|
11
11
|
"build:tailwind": "tailwindcss build -i src/assets/scss/base.scss -o dist/css/psui_styles_output.css -c tailwind.config.js",
|
|
12
12
|
"watch:tailwind": "watch 'npm run build:tailwind' dist/css",
|