We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b216a9 commit 5d7eccaCopy full SHA for 5d7ecca
package.json
@@ -6,7 +6,7 @@
6
],
7
"repository": {
8
"type": "git",
9
- "url": "git@github.com:gramps-graphql/data-source-base.git"
+ "url": "https://github.com/gramps-graphql/data-source-base.git"
10
},
11
"main": "dist/index.js",
12
"directories": {
@@ -25,7 +25,7 @@
25
"lint": "eslint src/",
26
"test:unit": "NODE_ENV=test jest --coverage",
27
"test": "npm run lint --silent && npm run test:unit --silent",
28
- "semantic-release": "semantic-release pre && npm publish --access public && semantic-release post"
+ "semantic-release": "semantic-release pre && npm publish && semantic-release post"
29
30
"keywords": [
31
"graphql"
@@ -77,5 +77,5 @@
77
}
78
79
80
- "version": "0.0.0-semantic-release"
+ "version": "0.0.0-development"
81
0 commit comments