uglify-js-minify-css-allfiles 1.3.0 → 1.3.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 (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,9 +11,9 @@
11
11
  [donate-url]: https://github.com/sponsors/oinochoe
12
12
  [create-pr]: https://github.com/oinochoe/ugly-code/pulls
13
13
 
14
- # Ugly-Code
14
+ # uglify-js-minify-css-allfiles
15
15
 
16
- Ugly-Code helps hide the code you don't want to see, obfuscate the code in the deployment environment through a simple CLI in the build environment, and make it less recognizable to others. you can do this easily via `demo.js` file in `node_modules/ugly-code`. you are able to minify all files in a specific folder.
16
+ uglify-js-minify-css-allfiles helps hide the code you don't want to see, obfuscate the code in the deployment environment through a simple CLI in the build environment, and make it less recognizable to others. you can do this easily via `demo.js` file in `node_modules/uglify-js-minify-css-allfiles`. you are able to minify all files in a specific folder.
17
17
 
18
18
  [![NPM](https://nodei.co/npm/uglify-js-minify-css-allfiles.png?downloads=true&stars=true)](https://www.npmjs.com/package/uglify-js-minify-css-allfiles)
19
19
 
@@ -33,14 +33,14 @@ Ugly-Code helps hide the code you don't want to see, obfuscate the code in the d
33
33
  Install with `npm`:
34
34
 
35
35
  ```bash
36
- $ npm i ugly-code
36
+ $ npm i uglify-js-minify-css-allfiles
37
37
  ```
38
38
 
39
39
  ## Examples
40
40
 
41
41
  ```js
42
42
  // index.js
43
- const minifyAll = require('ugly-code');
43
+ const minifyAll = require('uglify-js-minify-css-allfiles');
44
44
 
45
45
  /**
46
46
  * @param1 - Type the folder name you want to change all files inside.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uglify-js-minify-css-allfiles",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "you will be able to minify all files as same file names which is js or css",
5
5
  "main": "minify.js",
6
6
  "scripts": {