pxtorem-css 1.0.4 → 1.0.5

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 +9 -3
package/Readme.md CHANGED
@@ -58,11 +58,11 @@ Options:
58
58
 
59
59
  `$ pxtorem -d public/css -i box-shadow margin-left padding-left` : change all css file inside public/css dir except box-shadow margin-left padding-left attribute px.<br>
60
60
 
61
- `$ pxtorem -d public/css -r my/name/rem/.ext` : change all css filename example: style.css to mystylerem.css<br>
61
+ `$ pxtorem -d public/css -r my/name/rem/.ext` : change all css filename example: style.css to mystylerem.css and you must follow this pattern {your custom text before name}/name/{your custom text after name}/.ext<br>
62
62
 
63
63
  `$ pxtorem -c pxtorem.json` : Customize your options with json file in your project folder<br>
64
64
 
65
- `$ pxtorem -init` : generate pxtorem.config.json (or you can give custom name) into your project folder<br>
65
+ `$ pxtorem -init` : generate pxtorem.config.json (or you can give custom name by passing value after -init) into your project folder<br>
66
66
 
67
67
  ### pxtorem.json Example
68
68
  ```bash
package/package.json CHANGED
@@ -1,14 +1,20 @@
1
1
  {
2
2
  "name": "pxtorem-css",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "A nodejs cli that convert css unit px to rem",
5
5
  "main": "app.js",
6
- "scripts": {},
7
6
  "author": "Rashed Iqbal",
8
- "license": "ISC",
7
+ "license": "MIT",
9
8
  "bin": {
10
9
  "pxtorem": "./bin/pxtorem"
11
10
  },
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/iqbal-rashed/pxtorem-css"
14
+ },
15
+ "bugs": {
16
+ "url": "https://github.com/iqbal-rashed/pxtorem-css/issues"
17
+ },
12
18
  "keywords": [
13
19
  "pxtorem",
14
20
  "css",