From a85cc4d896b7647409cee804d9f08a306358b1d4 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Mon, 18 Jul 2016 16:51:49 -0700 Subject: [PATCH] bump(version): 0.4.46 and Electron 1.2.7 --- package.json | 4 ++-- script/bootstrap | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 36f045496..afec801c6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nylas", "productName": "Nylas N1", - "version": "0.4.45", + "version": "0.4.46", "description": "An extensible, open-source mail client built on the modern web.", "main": "./src/browser/main.js", "repository": { @@ -11,7 +11,7 @@ "bugs": { "url": "https://github.com/nylas/N1/issues" }, - "electronVersion": "1.1.3", + "electronVersion": "1.2.7", "dependencies": { "async": "^0.9", "babel-core": "6.8.0", diff --git a/script/bootstrap b/script/bootstrap index 01f519544..098e51a20 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -48,7 +48,7 @@ function makeSqlite3Command() { // Use our local version of npm (npm 3x) to build sqlite var npmPath = '"' + path.resolve(__dirname, '..', 'build', 'node_modules', '.bin', 'npm') + '"'; - return npmPath + " install https://github.com/bengotow/node-sqlite3/archive/bengotow/fts5.tar.gz --ignore-scripts && cd node_modules/sqlite3 && "+nodeGypPath+" configure rebuild --target="+targetElectronVersion+" --arch="+targetArch+" --target_platform="+targetPlatform+" --dist-url=https://atom.io/download/atom-shell --module_name=node_sqlite3 --module_path=../lib/binding/electron-v1.1-"+targetPlatform+"-"+targetArch + return npmPath + " install https://github.com/bengotow/node-sqlite3/archive/bengotow/fts5.tar.gz --ignore-scripts && cd node_modules/sqlite3 && "+nodeGypPath+" configure rebuild --target="+targetElectronVersion+" --arch="+targetArch+" --target_platform="+targetPlatform+" --dist-url=https://atom.io/download/atom-shell --module_name=node_sqlite3 --module_path=../lib/binding/electron-v1.2-"+targetPlatform+"-"+targetArch } function bootstrap() {