Skip to content

Commit c88404a

Browse files
committed
Fix for npm
1 parent 367b696 commit c88404a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ NetSuite SuiteScript v1/v2 linting rules for ESLint
44

55
## Installation
66

7-
This repo currently does not have an NPM listing. To install it, download the source into a folder named `eslint-plugin-suitescript` and place it in your project's `node_modules` folder. From here, you can work with it exactly like any other NPM package.
7+
```sh
8+
$ npm install eslint-plugin-suitescript
9+
```
810

911
## Configuration
1012

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"test": "mocha \"tests/rules/*.js\" --recursive --reporter min"
1010
},
1111
"files": [
12-
"lib"
12+
"lib",
13+
"docs"
1314
],
1415
"keywords": [
1516
"suitescript",

0 commit comments

Comments
 (0)