Skip to content

Commit 93f4ad5

Browse files
committed
chore: fix repository url not displayed on npm
1 parent e1b36d2 commit 93f4ad5

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

npm/hermes-engine-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "git@github.com:facebook/hermes.git"
9+
"url": "https://github.com/facebook/hermes.git"
1010
},
1111
"files": [
1212
"README.md",

npm/hermes-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "git@github.com:facebook/hermes.git"
9+
"url": "https://github.com/facebook/hermes.git"
1010
},
1111
"files": [
1212
"README.md",

tools/hermes-parser/js/babel-plugin-syntax-hermes-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "git@github.com:facebook/hermes.git"
9+
"url": "https://github.com/facebook/hermes.git"
1010
},
1111
"dependencies": {
1212
"hermes-parser": "0.26.0"

tools/hermes-parser/js/flow-api-translator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "git@github.com:facebook/hermes.git"
9+
"url": "https://github.com/facebook/hermes.git"
1010
},
1111
"dependencies": {
1212
"@babel/code-frame": "^7.16.0",

tools/hermes-parser/js/hermes-eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "git@github.com:facebook/hermes.git"
9+
"url": "https://github.com/facebook/hermes.git"
1010
},
1111
"files": [
1212
"dist",

tools/hermes-parser/js/hermes-estree/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "git@github.com:facebook/hermes.git"
9+
"url": "https://github.com/facebook/hermes.git"
1010
},
1111
"files": [
1212
"dist",

tools/hermes-parser/js/hermes-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "git@github.com:facebook/hermes.git"
9+
"url": "https://github.com/facebook/hermes.git"
1010
},
1111
"dependencies": {
1212
"hermes-estree": "0.26.0"

tools/hermes-parser/js/hermes-transform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "git@github.com:facebook/hermes.git"
9+
"url": "https://github.com/facebook/hermes.git"
1010
},
1111
"dependencies": {
1212
"@babel/code-frame": "^7.16.0",

tools/hermes-parser/js/prettier-plugin-hermes-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "git@github.com:facebook/hermes.git"
9+
"url": "https://github.com/facebook/hermes.git"
1010
},
1111
"dependencies": {
1212
"hermes-estree": "0.26.0",

0 commit comments

Comments
 (0)