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 dc256a0 commit 0d7b77cCopy full SHA for 0d7b77c
package.json
@@ -1,11 +1,13 @@
1
{
2
- "name": "backkit-bee",
3
- "version": "1.0.0",
+ "name": "@backkit/bee",
+ "version": "0.0.1",
4
"description": "",
5
"main": "index.js",
6
"scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1",
8
- "postinstall": "node ./configure.js"
+ "test": "exit 0",
+ "postinstall": "node configure.js",
9
+ "preversion": "test `git rev-parse --abbrev-ref HEAD` = \"main\" && exit 0 || exit 1",
10
+ "postversion": "git push && git push --tags"
11
},
12
"repository": {
13
"type": "git",
@@ -22,5 +24,8 @@
22
24
"inquirer": "^6.2.0",
23
25
"js-beautify": "^1.8.8",
26
"js-yaml": "^3.12.0"
27
+ },
28
+ "publishConfig": {
29
+ "access": "public"
30
}
31
0 commit comments