-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update package dependencies, clean-up README
- Loading branch information
Michael Irigoyen
committed
Sep 23, 2019
1 parent
073658a
commit 2a77d95
Showing
3 changed files
with
170 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"MD013": false, | ||
"MD033": false, | ||
"MD041": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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" | ||
} | ||
} |
Oops, something went wrong.