Skip to content

Commit 23270aa

Browse files
Switched to npmignore files (#822)
1 parent bc03bf9 commit 23270aa

File tree

32 files changed

+75
-86
lines changed

32 files changed

+75
-86
lines changed

configs/eslint-config-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"repository": {
2929
"type": "git",
30-
"url": "https://github.com/monkvision/monkjs.git"
30+
"url": "git+https://github.com/monkvision/monkjs.git"
3131
},
3232
"keywords": [
3333
"monkvision",

configs/eslint-config-typescript-react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"repository": {
2626
"type": "git",
27-
"url": "https://github.com/monkvision/monkjs.git"
27+
"url": "git+https://github.com/monkvision/monkjs.git"
2828
},
2929
"keywords": [
3030
"monkvision",

configs/eslint-config-typescript-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"repository": {
2525
"type": "git",
26-
"url": "https://github.com/monkvision/monkjs.git"
26+
"url": "git+https://github.com/monkvision/monkjs.git"
2727
},
2828
"keywords": [
2929
"monkvision",

configs/eslint-config-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"repository": {
2525
"type": "git",
26-
"url": "https://github.com/monkvision/monkjs.git"
26+
"url": "git+https://github.com/monkvision/monkjs.git"
2727
},
2828
"keywords": [
2929
"monkvision",

configs/jest-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"repository": {
2525
"type": "git",
26-
"url": "https://github.com/monkvision/monkjs.git"
26+
"url": "git+https://github.com/monkvision/monkjs.git"
2727
},
2828
"keywords": [
2929
"monkvision",

configs/prettier-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "https://github.com/monkvision/monkjs.git"
23+
"url": "git+https://github.com/monkvision/monkjs.git"
2424
},
2525
"keywords": [
2626
"monkvision",

configs/svgo-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "https://github.com/monkvision/monkjs.git"
23+
"url": "git+https://github.com/monkvision/monkjs.git"
2424
},
2525
"keywords": [
2626
"monkvision",

configs/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
},
6565
"repository": {
6666
"type": "git",
67-
"url": "https://github.com/monkvision/monkjs.git"
67+
"url": "git+https://github.com/monkvision/monkjs.git"
6868
},
6969
"bugs": {
7070
"url": "https://github.com/monkvision/monkjs/issues"

configs/typescript-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "https://github.com/monkvision/monkjs.git"
23+
"url": "git+https://github.com/monkvision/monkjs.git"
2424
},
2525
"keywords": [
2626
"monkvision",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"repository": {
4848
"type": "git",
49-
"url": "https://github.com/monkvision/monkjs.git"
49+
"url": "git+https://github.com/monkvision/monkjs.git"
5050
},
5151
"bugs": {
5252
"url": "https://github.com/monkvision/monkjs/issues"

0 commit comments

Comments
 (0)