-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade @xmldom/xmldom to 0.8.5, version to 2.5.2
- Loading branch information
1 parent
0ccfc0f
commit ee7fe1e
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"author": "Larry Myers", | ||
"name": "jasmine-reporters", | ||
"description": "Reporters for the Jasmine BDD Framework", | ||
"version": "2.5.1", | ||
"version": "2.5.2", | ||
"homepage": "https://github.com/larrymyers/jasmine-reporters", | ||
"maintainers": [ | ||
"Ben Loveridge <[email protected]>" | ||
|
@@ -18,7 +18,7 @@ | |
}, | ||
"dependencies": { | ||
"mkdirp": "^1.0.4", | ||
"@xmldom/xmldom": "^0.8.3" | ||
"@xmldom/xmldom": "^0.8.5" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^4.11.0", | ||
|