Skip to content

Commit 883ba30

Browse files
authored
1.1.0
1 parent 08c36dd commit 883ba30

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "eslint-plugin-suitescript",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "Complete ESLint plugin for NetSuite's SuiteScript API",
55
"author": "Adam Davies <[email protected]> (https://adam-davies.me)",
66
"license": "MIT",
7-
"homepage": "https://github.com/adamdavies001/eslint-plugin-suitescript#readme",
7+
"homepage": "https://github.com/acdvs/eslint-plugin-suitescript#readme",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/adamdavies001/eslint-plugin-suitescript.git"
10+
"url": "https://github.com/acdvs/eslint-plugin-suitescript.git"
1111
},
12-
"bugs": "https://github.com/adamdavies001/eslint-plugin-suitescript/issues",
12+
"bugs": "https://github.com/acdvs/eslint-plugin-suitescript/issues",
1313
"main": "index.js",
1414
"scripts": {
1515
"test": "mocha \"tests/rules/*.js\" --recursive --reporter min"

0 commit comments

Comments
 (0)