File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 94
94
- name : Wait for npm package to be available
95
95
run : |
96
96
PACKAGE_NAME="@ifrc-go/icons"
97
- PACKAGE_VERSION=$(cat package.json | grep version | grep -oP "(\d+\.)?(\d+\.)?(\*|\d+)")
97
+ PACKAGE_VERSION=$(cat package.json | grep '@ifrc-go/icons' | grep -oP "(\d+\.)?(\d+\.)?(\*|\d+)")
98
98
99
99
# Loop until the package is available in the registry
100
100
while [[ -z $(npm show "$PACKAGE_NAME@$PACKAGE_VERSION" version) ]]; do
Original file line number Diff line number Diff line change 10
10
"lint" : " next lint"
11
11
},
12
12
"dependencies" : {
13
- "@ifrc-go/icons" : " ^1.3.2 " ,
13
+ "@ifrc-go/icons" : " ^1.3.3 " ,
14
14
"@types/node" : " 20.2.5" ,
15
15
"@types/react" : " 18.2.7" ,
16
16
"@types/react-dom" : " 18.2.4" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ifrc-go/icons" ,
3
- "version" : " 1.3.2 " ,
3
+ "version" : " 1.3.3 " ,
4
4
"description" : " IFRC-GO icons library for React." ,
5
5
"keywords" : [
6
6
" ifrc-go" ,
You can’t perform that action at this time.
0 commit comments