Skip to content

Commit 5c8de3f

Browse files
committed
Update package.json
1 parent 45e685e commit 5c8de3f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
"description": "Complete ESLint plugin for NetSuite's SuiteScript API",
55
"author": "Adam Davies <adam@adam-davies.me> (https://adam-davies.me)",
66
"license": "MIT",
7+
"homepage": "https://github.com/adamdavies001/eslint-plugin-suitescript#readme",
8+
"repository": {
9+
"type" : "git",
10+
"url" : "https://github.com/adamdavies001/eslint-plugin-suitescript.git"
11+
},
12+
"bugs": "https://github.com/adamdavies001/eslint-plugin-suitescript/issues",
713
"main": "index.js",
814
"scripts": {
915
"test": "mocha \"tests/rules/*.js\" --recursive --reporter min"

0 commit comments

Comments
 (0)