webfont-awesome-pro 1.1.1 → 1.2.0

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 +1 -1
  2. package/package.json +2 -3
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Use the Latest [**Font Awesome Pro Plus**](https://fontawesome.com/) for Free. Get all stylesheets and webfonts into your project easily!
4
4
 
5
- - Package Version: v1.1.1
5
+ - Package Version: v1.2.0
6
6
  - Font Awesome Pro Version: v7.0.0
7
7
 
8
8
  ## NOTICE
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webfont-awesome-pro",
3
- "version": "1.1.1",
3
+ "version": "1.2.0",
4
4
  "description": "(Webfont) Font Awesome Pro Downloader",
5
5
  "author": "Devanka761 <contact@devanka.id> (https://devanka.id/)",
6
6
  "license": "MIT",
@@ -71,8 +71,7 @@
71
71
  "start": "tsx ./src/webfapro.ts",
72
72
  "clear": "rm -rf dist .parcel-cache",
73
73
  "create": "tsx ./src/create/start.ts",
74
- "build": "npm run lint && npm run type-check && npm run clear && tsc --emitDeclarationOnly && parcel build && npm run create",
75
- "prepublishOnly": "npm run build",
74
+ "build": "npm run format && npm run lint && npm run type-check && npm run clear && tsc --emitDeclarationOnly && parcel build && npm run create",
76
75
  "getfont": "npx webfapro"
77
76
  },
78
77
  "bin": {