Skip to content

Commit

Permalink
remove .npmignore and use files
Browse files Browse the repository at this point in the history
  • Loading branch information
pladaria committed Feb 8, 2020
1 parent 1258af0 commit da55cdf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 26 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ plugins:
- 'jest'
rules:
'@typescript-eslint/no-unused-vars-experimental': error
'@typescript-eslint/ban-ts-ignore': off
15 changes: 0 additions & 15 deletions .npmignore

This file was deleted.

9 changes: 0 additions & 9 deletions CHANGELOG.md

This file was deleted.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reconnecting-websocket",
"version": "4.3.0",
"version": "4.4.1",
"description": "Reconnecting WebSocket",
"main": "./dist/reconnecting-websocket-cjs.js",
"module": "./dist/reconnecting-websocket-mjs.js",
Expand All @@ -27,6 +27,9 @@
"automatic"
],
"author": "Pedro Ladaria <pedro.ladaria@gmail.com>",
"files": [
"dist/*"
],
"license": "MIT",
"devDependencies": {
"@types/jest": "^25.1.2",
Expand Down Expand Up @@ -73,4 +76,4 @@
]
}
}
}
}

0 comments on commit da55cdf

Please sign in to comment.