@gct-paas/scss 0.1.4-dev.0 → 0.1.4-dev.2

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.
Files changed (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gct-paas/scss",
3
- "version": "0.1.4-dev.0",
3
+ "version": "0.1.4-dev.2",
4
4
  "type": "module",
5
5
  "description": "paas 平台样式框架包",
6
6
  "main": "dist/index.min.cjs",
@@ -42,7 +42,6 @@
42
42
  "scripts": {
43
43
  "dev": "rollup -c -w --environment=NODE_ENV:development",
44
44
  "build": "rollup -c --environment=NODE_ENV:production && vite build --mode production --config vite.config.ts && sass style/index.scss dist/index.min.css --style=compressed",
45
- "link2global": "pnpm link --global",
46
45
  "publish:next": "npm run build && npm publish --access public --tag=next --registry=https://registry.npmjs.org/",
47
46
  "publish:dev": "npm run build && npm publish --access public --tag=dev --registry=https://registry.npmjs.org/",
48
47
  "publish:alpha": "npm run build && npm publish --access public --tag=alpha --registry=https://registry.npmjs.org/",
@@ -56,5 +55,5 @@
56
55
  "devDependencies": {
57
56
  "sass": "^1.85.1"
58
57
  },
59
- "gitHead": "c9621d762856690ccbe36c93a3cf50dd1060602a"
58
+ "gitHead": "d837ea9836db8bae169908326208cc031b2e9eac"
60
59
  }