Skip to content

Commit 0375600

Browse files
authored
Merge pull request #482 from layer5io/fix-repo-in-package-json
fix: Fix repo git repo string in `package.json`
2 parents 3fa808e + 5d3ba7d commit 0375600

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

package-lock.json

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

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"name": "@layer5/sistent",
3-
"version": "0.14.1",
3+
"version": "0.14.2",
44
"description": "Reusable React Components and SVG Icons library",
5-
"repository": "git@github.com:layer5io/sistent.git",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+ssh://git@github.com/layer5io/sistent.git"
8+
},
69
"main": "./dist/index.js",
710
"module": "./dist/index..js",
811
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)