pxtorem-css 1.0.2 → 1.0.3

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 +2 -2
  2. package/package.json +1 -1
package/Readme.md CHANGED
@@ -20,12 +20,12 @@ Features:
20
20
 
21
21
  Locally:
22
22
  ```bash
23
- npm i pxtorem
23
+ npm i pxtorem-css
24
24
  ```
25
25
 
26
26
  Globally:
27
27
  ```bash
28
- npm i -g pxtorem
28
+ npm i -g pxtorem-css
29
29
  ```
30
30
 
31
31
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxtorem-css",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "A nodejs cli that convert css unit px to rem",
5
5
  "main": "app.js",
6
6
  "scripts": {},