-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified package.json to resolve [email protected] (#267)
* Modified package.json to resolve [email protected] * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml * Update appveyor.yml
- Loading branch information
Showing
3 changed files
with
38 additions
and
18 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 @@ | |
"name": "LiveServer", | ||
"displayName": "Live Server", | ||
"description": "Launch a development local Server with live reload feature for static & dynamic pages", | ||
"version": "5.4.0-alpha4", | ||
"version": "5.4.0-alpha6", | ||
"publisher": "ritwickdey", | ||
"author": { | ||
"name": "Ritwick Dey", | ||
|
@@ -344,5 +344,9 @@ | |
"announcement": { | ||
"onVersion": "5.3.1", | ||
"message": "[email protected]: Event-Stream Package Security Update" | ||
}, | ||
"resolutions": { | ||
"jest/jest-cli/jest-haste-map/sane/fsevents": "1.2.7", | ||
"webpack/watchpack/chokidar/fsevents": "1.2.7" | ||
} | ||
} |