@proicons/webfont 4.10.0 → 4.11.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.
package/ProIcons.eot CHANGED
Binary file
package/ProIcons.ttf CHANGED
Binary file
package/ProIcons.woff CHANGED
Binary file
package/ProIcons.woff2 CHANGED
Binary file
package/package.json CHANGED
@@ -1,11 +1,14 @@
1
1
  {
2
2
  "name": "@proicons/webfont",
3
- "version": "4.10.0",
3
+ "version": "4.11.0",
4
4
  "description": "Use ProIcons as a webfont on your site",
5
5
  "bugs": "https://github.com/ProCode-Software/proicons/issues",
6
6
  "unpkg": "ProIcons.css",
7
7
  "jsdelivr": "ProIcons.css",
8
8
  "browser": "ProIcons.css",
9
+ "publishConfig": {
10
+ "access": "public"
11
+ },
9
12
  "keywords": [
10
13
  "font",
11
14
  "webfont",
@@ -24,6 +27,6 @@
24
27
  },
25
28
  "homepage": "https://github.com/ProCode-Software/proicons/tree/main/packages/proicons-webfont",
26
29
  "scripts": {
27
- "build": "node ./bin/build.js"
30
+ "ci": "pnpm run prepare"
28
31
  }
29
32
  }