Skip to content

Commit

Permalink
Electron 5 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
summeroff authored Jun 21, 2019
1 parent b412363 commit 99ba3bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ 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 "v2.0.8" CACHE STRING "Node.JS Version")
SET(NODEJS_VERSION "v5.0.4" CACHE STRING "Node.JS Version")


include(NodeJS)
include(CPack)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "font-manager",
"version": "1.0.6",
"version": "1.0.7",
"description": "Provides access to the system font catalog",
"main": "main.js",
"devDependencies": {
Expand Down

0 comments on commit 99ba3bc

Please sign in to comment.