Skip to content

Commit cdec7d7

Browse files
committed
fix(package): fix repo url
1 parent fa468f2 commit cdec7d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"lint": "eslint .",
88
"test": "npm run lint",
9-
"semantic-release": "semantic-release pre && npm publish --access public && semantic-release post"
9+
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
1010
},
1111
"author": "",
1212
"license": "ISC",
@@ -61,6 +61,6 @@
6161
},
6262
"repository": {
6363
"type": "git",
64-
"url": "https://github.com/albizures/front-scripts.git"
64+
"url": "https://github.com/pixore/front-scripts.git"
6565
}
6666
}

0 commit comments

Comments
 (0)