File tree 6 files changed +30
-16
lines changed
6 files changed +30
-16
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
21
21
node-version : 22
22
22
cache : ' npm'
23
23
cache-dependency-path : package-lock.json
24
- registry-url : ' https://npm.pkg.github .com/'
24
+ registry-url : ' https://npm.fontawesome .com/'
25
25
- name : NPM install
26
26
run : |
27
- npm config set "@skymatic :registry" https://npm.pkg.github .com/
27
+ npm config set "@awesome.me :registry" https://npm.fontawesome .com/
28
28
npm ci --ignore-scripts
29
29
env :
30
30
NODE_AUTH_TOKEN : ${{ secrets.FONTAWESOME_AUTH_TOKEN }}
Original file line number Diff line number Diff line change 3
3
# Usage
4
4
## Requirements
5
5
* Hugo
6
- * Fontawesome Pro ` npm config set "@skymatic :registry" https://npm.pkg.github. com/ && npm config set "//npm.pkg.github .com/:_authToken" TOKEN `
6
+ * Font Awesome Pro ` npm config set "@awesome.me :registry" https://npm.fontawesome. com/ && npm config set "//npm.fontawesome .com/:_authToken" TOKEN `
7
7
8
8
## Building
9
9
1 . ` npm install `
Original file line number Diff line number Diff line change 5
5
@import './custom.css' ;
6
6
}
7
7
8
- @import '@skymatic/fontawesome-pro/ css/all' layer(components);
8
+ @import '@awesome.me/kit-628503cc21/icons/ css/all.css ' layer(components);
9
9
10
10
@plugin '@tailwindcss/forms' ;
11
11
@plugin '@tailwindcss/typography' ;
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ enableemoji = true
37
37
target = " assets"
38
38
39
39
[[module .mounts ]]
40
- source = " node_modules/@skymatic/fontawesome-pro /webfonts"
40
+ source = " node_modules/@awesome.me/kit-628503cc21/icons /webfonts"
41
41
target = " static/webfonts"
42
42
43
43
[[module .mounts ]]
Original file line number Diff line number Diff line change 23
23
"tailwindcss" : " ^4.1.4"
24
24
},
25
25
"dependencies" : {
26
- "@skymatic/fontawesome-pro " : " ^5.15 .4" ,
26
+ "@awesome.me/kit-628503cc21 " : " ^1.0 .4" ,
27
27
"alpinejs" : " ^3.14.9" ,
28
+ "altcha" : " ^1.4.2" ,
28
29
"jquery" : " ^3.7.1" ,
29
30
"js-yaml" : " ^4.1.0" ,
30
- "lazysizes" : " ^5.3.2" ,
31
- "altcha" : " ^1.4.2"
31
+ "lazysizes" : " ^5.3.2"
32
32
}
33
33
}
You can’t perform that action at this time.
0 commit comments