Skip to content

Commit

Permalink
Update package dependencies, clean-up README
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Irigoyen committed Sep 23, 2019
1 parent 073658a commit 2a77d95
Show file tree
Hide file tree
Showing 3 changed files with 170 additions and 147 deletions.
5 changes: 5 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"MD013": false,
"MD033": false,
"MD041": false
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extra-life",
"version": "1.0.2",
"version": "1.0.3",
"description": "Extra Life API wrapper for JavaScript in the browser and Node.js.",
"author": "Michael Irigoyen <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -32,10 +32,10 @@
"publish:dry": "yarn build; npm publish --dry-run"
},
"devDependencies": {
"eslint": "^5.16.0",
"rollup": "^1.10.0",
"eslint": "^6.4.0",
"rollup": "^1.21.4",
"rollup-plugin-jscc": "^1.0.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^4.0.4"
"rollup-plugin-terser": "^5.1.2"
}
}
Loading

0 comments on commit 2a77d95

Please sign in to comment.