We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa468f2 commit cdec7d7Copy full SHA for cdec7d7
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"lint": "eslint .",
8
"test": "npm run lint",
9
- "semantic-release": "semantic-release pre && npm publish --access public && semantic-release post"
+ "semantic-release": "semantic-release pre && npm publish && semantic-release post"
10
},
11
"author": "",
12
"license": "ISC",
@@ -61,6 +61,6 @@
61
62
"repository": {
63
"type": "git",
64
- "url": "https://github.com/albizures/front-scripts.git"
+ "url": "https://github.com/pixore/front-scripts.git"
65
}
66
0 commit comments