Skip to content

Commit 6f08c3e

Browse files
authored
Fix NPM author URL (#262)
See: 463814e#r154386470 Signed-off-by: Juan Cruz Viotti <[email protected]>
1 parent 7c618e8 commit 6f08c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm-deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ cat << EOF > "$OUTPUT/npm/staging/package.json"
6767
"author": {
6868
"email": "[email protected]",
6969
"name": "Sourcemeta",
70-
"url": "https://wwwsourcemeta.com"
70+
"url": "https://www.sourcemeta.com"
7171
},
7272
"os": [ "darwin", "linux", "win32" ],
7373
"cpu": [ "x64", "arm64" ],

0 commit comments

Comments
 (0)