Skip to content

Commit 58f0ecc

Browse files
authored
Merge pull request #40 from implydata/update-urls
Fix repository.url values in packages
2 parents 07ef8e7 + a2263ca commit 58f0ecc

File tree

6 files changed

+16
-9
lines changed

6 files changed

+16
-9
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"eslint-plugin-immutable-class": patch
3+
"immutable-class-tester": patch
4+
"immutable-class": patch
5+
---
6+
7+
Fix repository.url values in packages

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"license": "Apache-2.0",
1515
"repository": {
1616
"type": "git",
17-
"url": "http://github.com/implydata/immutable-class.git"
17+
"url": "https://github.com/implydata/immutable-class.git"
1818
},
1919
"prettier": "@awesome-code-style/prettier-config",
2020
"scripts": {

packages/eslint-plugin-immutable-class/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"license": "Apache-2.0",
1616
"repository": {
1717
"type": "git",
18-
"url": "http://github.com/implydata/immutable-class.git",
18+
"url": "https://github.com/implydata/immutable-class.git",
1919
"directory": "packages/eslint-plugin-immutable-class"
2020
},
2121
"main": "build/index.js",

packages/immutable-class-tester/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"license": "Apache-2.0",
1515
"repository": {
1616
"type": "git",
17-
"url": "http://github.com/implydata/immutable-class-tester.git",
17+
"url": "https://github.com/implydata/immutable-class.git",
1818
"directory": "packages/immutable-class-tester"
1919
},
2020
"main": "build/index.js",

packages/immutable-class/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"license": "Apache-2.0",
1414
"repository": {
1515
"type": "git",
16-
"url": "http://github.com/implydata/immutable-class.git",
16+
"url": "https://github.com/implydata/immutable-class.git",
1717
"directory": "packages/immutable-class"
1818
},
1919
"jest": {

0 commit comments

Comments
 (0)