@bifrostui/styles 1.1.11-beta.0 → 1.1.11-beta.4

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 (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +6 -3
package/README.md CHANGED
@@ -10,4 +10,7 @@ npm install @bifrostui/styles
10
10
 
11
11
  // with yarn
12
12
  yarn add @bifrostui/styles
13
+
14
+ // with pnpm
15
+ pnpm add @bifrostui/styles
13
16
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bifrostui/styles",
3
- "version": "1.1.11-beta.0",
3
+ "version": "1.1.11-beta.4",
4
4
  "description": "Common style definitions for BUI React components",
5
5
  "homepage": "http://bui.taopiaopiao.com",
6
6
  "license": "MIT",
@@ -17,7 +17,10 @@
17
17
  "registry": "https://registry.npmjs.org/"
18
18
  },
19
19
  "scripts": {
20
- "build": "rm -rf dist && mkdir dist && lessc index.less > dist/index.css"
20
+ "build": "rm -rf dist && mkdir dist && lessc index.less > dist/index.css"
21
21
  },
22
- "gitHead": "5a4c0b97ca6184ddb27880b71f1594dac54d8a37"
22
+ "devDependencies": {
23
+ "less": "^4.2.0"
24
+ },
25
+ "gitHead": "efd0ef8c98be4e4e566b2518777b884a4eb75aa6"
23
26
  }