Skip to content

Commit

Permalink
Modified package.json to resolve [email protected] (#267)
Browse files Browse the repository at this point in the history
* Modified package.json to resolve [email protected]

* Update appveyor.yml

* Update appveyor.yml

* Update appveyor.yml

* Update appveyor.yml
  • Loading branch information
adesugbaa authored Jan 30, 2019
1 parent fe5fb50 commit ca594e4
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 18 deletions.
7 changes: 2 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,12 @@ branches:
- master

install:
- ps: Install-Product node 10.14.2 x64

platform:
- x86
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild 10.14)

build_script:
- npm install
- npm run vscode:prepublish

test_script:
- npm run lint
- npm test
- npm test
43 changes: 31 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
}
}

0 comments on commit ca594e4

Please sign in to comment.