@rsbuild/plugin-stylus 2.0.0 → 2.0.1

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 +10 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsbuild/plugin-stylus",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Stylus plugin for Rsbuild",
5
5
  "repository": "https://github.com/rstackjs/rsbuild-plugin-stylus",
6
6
  "license": "MIT",
@@ -15,15 +15,6 @@
15
15
  "files": [
16
16
  "dist"
17
17
  ],
18
- "scripts": {
19
- "build": "rslib",
20
- "dev": "rslib -w",
21
- "lint": "rslint && prettier -c .",
22
- "lint:write": "rslint --fix && prettier -w .",
23
- "prepare": "simple-git-hooks && pnpm run build",
24
- "test": "playwright test",
25
- "bump": "pnpx bumpp"
26
- },
27
18
  "simple-git-hooks": {
28
19
  "pre-commit": "pnpm run lint:write"
29
20
  },
@@ -52,9 +43,16 @@
52
43
  "optional": true
53
44
  }
54
45
  },
55
- "packageManager": "pnpm@11.1.2",
56
46
  "publishConfig": {
57
47
  "access": "public",
58
48
  "registry": "https://registry.npmjs.org/"
49
+ },
50
+ "scripts": {
51
+ "build": "rslib",
52
+ "dev": "rslib -w",
53
+ "lint": "rslint && prettier -c .",
54
+ "lint:write": "rslint --fix && prettier -w .",
55
+ "test": "playwright test",
56
+ "bump": "pnpx bumpp"
59
57
  }
60
- }
58
+ }