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 66d136f commit b0f419dCopy full SHA for b0f419d
package.json
@@ -3,8 +3,16 @@
3
"version": "0.0.0-semantically-released",
4
"description": "Mainly environment variables for Adobes Extendscript",
5
"main": "dist/index.js",
6
- "repository": "git@github.com:adambrgmn/eslint-plugin-extendscript.git",
7
"author": "Adam Bergman <adam@fransvilhelm.com>",
+ "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"],
16
"license": "MIT",
17
"keywords": ["eslint", "eslintplugin"],
18
"scripts": {
0 commit comments