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 5c8de3f commit 21c0ecaCopy full SHA for 21c0eca
package.json
@@ -1,13 +1,13 @@
1
{
2
"name": "eslint-plugin-suitescript",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "Complete ESLint plugin for NetSuite's SuiteScript API",
5
"author": "Adam Davies <adam@adam-davies.me> (https://adam-davies.me)",
6
"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"
+ "type": "git",
+ "url": "https://github.com/adamdavies001/eslint-plugin-suitescript.git"
11
},
12
"bugs": "https://github.com/adamdavies001/eslint-plugin-suitescript/issues",
13
"main": "index.js",
0 commit comments