Skip to content

Commit b0f419d

Browse files
committed
fix(Add missing files): Add files not being published to npm, and also add some additional fields to
1 parent 66d136f commit b0f419d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,16 @@
33
"version": "0.0.0-semantically-released",
44
"description": "Mainly environment variables for Adobes Extendscript",
55
"main": "dist/index.js",
6-
"repository": "git@github.com:adambrgmn/eslint-plugin-extendscript.git",
76
"author": "Adam Bergman <adam@fransvilhelm.com>",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/adambrgmn/eslint-plugin-extendscript.git"
10+
},
11+
"bugs": {
12+
"url": "https://github.com/adambrgmn/eslint-plugin-extendscript/issues"
13+
},
14+
"homepage": "https://github.com/adambrgmn/eslint-plugin-extendscript#readme",
15+
"files": ["dist"],
816
"license": "MIT",
917
"keywords": ["eslint", "eslintplugin"],
1018
"scripts": {

0 commit comments

Comments
 (0)