Skip to content

Commit 750648f

Browse files
authored
Electron 5 (#4)
1 parent d4cca89 commit 750648f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set(freetype2_INSTALL ${CMAKE_BINARY_DIR}/freetype2)
77

88
SET(NODEJS_URL "https://atom.io/download/atom-shell" CACHE STRING "Node.JS URL")
99
SET(NODEJS_NAME "iojs" CACHE STRING "Node.JS Name")
10-
SET(NODEJS_VERSION "v2.0.8" CACHE STRING "Node.JS Version")
10+
SET(NODEJS_VERSION "v5.0.4" CACHE STRING "Node.JS Version")
1111

1212
include(NodeJS)
1313
include(ExternalProject)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-fontinfo",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"description": "Native Node.js addon to fetch font info using freetype",
55
"license": "GPL-2.0+",
66
"main": "main.js",

0 commit comments

Comments
 (0)