Skip to content

Commit 53e74ad

Browse files
authored
Merge pull request #25 from muxinc/jm-fix-comment
Update npmignore file and capitialize Incidents in doc comment
2 parents aebaadc + 92d2e51 commit 53e74ad

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.npmignore

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#docs
22
docs
33
manual
4+
github-nodejs-sdk.png
45

56
#test
67
test
@@ -9,11 +10,12 @@ test
910
src/assets
1011
node_modules
1112

12-
#lock files
13-
yarn.lock
14-
1513
#private files
1614
.env
15+
.gitignore
16+
.eslintrc.json
17+
.nvmrc
18+
.prettierrc.js
1719

1820
#ide configs
1921
.idea

src/data/resources/incidents.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const PATH = '/data/v1/incidents';
1616
* const { Data } = new Mux(accessToken, secret);
1717
*
1818
* // Returns a list of all open incidents
19-
* Data.incidents.list({ status: 'open' });
19+
* Data.Incidents.list({ status: 'open' });
2020
*/
2121
class Incidents extends Base {
2222
/**

0 commit comments

Comments
 (0)