Skip to content

Commit

Permalink
update to electron 6
Browse files Browse the repository at this point in the history
  • Loading branch information
summeroff committed Aug 20, 2019
1 parent 99ba3bc commit df47087
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")

SET(NODEJS_URL "https://atom.io/download/atom-shell" CACHE STRING "Node.JS URL")
SET(NODEJS_NAME "iojs" CACHE STRING "Node.JS Name")
SET(NODEJS_VERSION "v5.0.4" CACHE STRING "Node.JS Version")
SET(NODEJS_VERSION "v6.0.3" CACHE STRING "Node.JS Version")


include(NodeJS)
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ strategy:
Electron5:
RuntimeURL: https://atom.io/download/atom-shell
RuntimeName: iojs
RuntimeVersion: v5.0.4
RuntimeVersion: v6.0.3

pool:
vmImage: 'vs2017-win2016'
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "font-manager",
"version": "1.0.7",
"version": "1.0.8",
"description": "Provides access to the system font catalog",
"main": "main.js",
"devDependencies": {
"nan": "2.12.1",
"nan": "2.14.0",
"mocha": "*"
},
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ [email protected]:
version "2.0.0"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"

nan@2.12.1:
version "2.12.1"
resolved "https://registry.yarnpkg.com/nan/-/nan-2.12.1.tgz#7b1aa193e9aa86057e3c7bbd0ac448e770925552"
integrity sha512-JY7V6lRkStKcKTvHO5NVSQRv+RV+FIL5pvDoLiAtSL9pKlC5x9PKQcZDsq7m4FO4d57mkhC6Z+QhAh3Jdk5JFw==
nan@2.14.0:
version "2.14.0"
resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c"
integrity sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==

once@^1.3.0:
version "1.4.0"
Expand Down

0 comments on commit df47087

Please sign in to comment.