Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

Commit 19baa84

Browse files
chore: add publish config to package.json
1 parent eab1006 commit 19baa84

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,25 +30,28 @@
3030
},
3131
"homepage": "https://github.com/strvcom/eslint-config-javascript",
3232
"keywords": [
33+
"coding-standard",
34+
"coding-standards",
3335
"eslint",
34-
"eslintconfig",
3536
"eslint-config",
37+
"eslintconfig",
3638
"ruleset",
37-
"coding-standard",
38-
"coding-standards",
3939
"style-guide"
4040
],
4141
"license": "BSD-3-Clause",
4242
"main": "default",
4343
"peerDependencies": {
4444
"eslint": "^5.0.0"
4545
},
46+
"publishConfig": {
47+
"access": "public"
48+
},
4649
"repository": {
4750
"type": "git",
4851
"url": "git://github.com/strvcom/eslint-config-javascript.git"
4952
},
5053
"scripts": {
51-
"prepare": "utils/install-githooks.sh",
52-
"lint": "eslint ."
54+
"lint": "eslint .",
55+
"prepare": "utils/install-githooks.sh"
5356
}
5457
}

0 commit comments

Comments
 (0)