-
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.
Merge pull request #5 from homer0/next
v1.0.1
- Loading branch information
Showing
5 changed files
with
195 additions
and
113 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,13 @@ | ||
### What does this PR do? | ||
|
||
### How should it be tested manually? | ||
|
||
```bash | ||
yarn test | ||
# or | ||
npm test | ||
``` | ||
|
||
### Are there any related PRs? | ||
|
||
### TODOs |
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 |
---|---|---|
|
@@ -2,15 +2,22 @@ | |
"name": "parserror", | ||
"description": "Parse errors and generate more human messages", | ||
"homepage": "https://homer0.github.io/parserror/", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"repository": "homer0/parserror", | ||
"author": "Leonardo Apiwan (@homer0) <[email protected]>", | ||
"license": "MIT", | ||
"keywords": [ | ||
"parse", | ||
"error", | ||
"errors", | ||
"normalize", | ||
"format" | ||
], | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@babel/preset-env": "7.5.5", | ||
"@babel/core": "7.5.5", | ||
"@babel/plugin-transform-runtime": "7.5.5", | ||
"@babel/preset-env": "7.6.0", | ||
"@babel/core": "7.6.0", | ||
"@babel/plugin-transform-runtime": "7.6.0", | ||
"coveralls": "^3.0.6", | ||
"esdoc": "^1.1.0", | ||
"esdoc-standard-plugin": "^1.0.0", | ||
|
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
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
Oops, something went wrong.