Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 81ed537

Browse files
committed
Set repository urls
1 parent 5f2d0ee commit 81ed537

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"repository": {
2323
"type": "git",
24-
"url": "https://github.com/algorithmwatch/schaufel.git"
24+
"url": "https://github.com/algorithmwatch/dataskop-scrapers.git"
2525
},
2626
"private": true,
2727
"workspaces": [

packages/harke/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
"publishConfig": {
1515
"registry": "https://npm.pkg.github.com"
1616
},
17+
"repository": {
18+
"type": "git",
19+
"url": "https://github.com/algorithmwatch/dataskop-scrapers.git"
20+
},
1721
"scripts": {
1822
"build": "microbundle",
1923
"dev": "microbundle watch",

packages/schaufel-core/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
"publishConfig": {
1515
"registry": "https://npm.pkg.github.com"
1616
},
17+
"repository": {
18+
"type": "git",
19+
"url": "https://github.com/algorithmwatch/dataskop-scrapers.git"
20+
},
1721
"scripts": {
1822
"build": "microbundle --target node",
1923
"dev": "microbundle watch",

packages/schaufel-wrangle/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
"publishConfig": {
1515
"registry": "https://npm.pkg.github.com"
1616
},
17+
"repository": {
18+
"type": "git",
19+
"url": "https://github.com/algorithmwatch/dataskop-scrapers.git"
20+
},
1721
"scripts": {
1822
"build": "microbundle --target web",
1923
"dev": "microbundle watch",

0 commit comments

Comments
 (0)