Skip to content

Commit c22c149

Browse files
committed
Change urls to new org
1 parent 98a8a13 commit c22c149

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
],
2525
"license": "MIT",
2626
"bugs": {
27-
"url": "https://github.com/dmitry-zaets/redux-actions-assertions/issues"
27+
"url": "https://github.com/redux-things/redux-actions-assertions/issues"
2828
},
29-
"homepage": "https://github.com/dmitry-zaets/redux-actions-assertions#readme",
29+
"homepage": "https://github.com/redux-things/redux-actions-assertions#readme",
3030
"devDependencies": {
3131
"babel-cli": "^6.9.0",
3232
"babel-preset-es2015": "^6.9.0",

src/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
},
77
"repository": {
88
"type": "git",
9-
"url": "git+https://github.com/dmitry-zaets/redux-actions-assertions.git"
9+
"url": "git+https://github.com/redux-things/redux-actions-assertions/t"
1010
},
1111
"authors": [
1212
"Dmitry Zaets",
1313
"Yann Torres"
1414
],
1515
"license": "MIT",
1616
"bugs": {
17-
"url": "https://github.com/dmitry-zaets/redux-actions-assertions/issues"
17+
"url": "https://github.com/redux-things/redux-actions-assertions/issues"
1818
},
19-
"homepage": "https://github.com/dmitry-zaets/redux-actions-assertions#readme",
19+
"homepage": "https://github.com/redux-things/redux-actions-assertions#readme",
2020
"keywords": [
2121
"redux",
2222
"actions",

0 commit comments

Comments
 (0)