Skip to content

Commit ec903c2

Browse files
author
Dane Springmeyer
committed
pull in improvements from #308
1 parent 785508f commit ec903c2

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ env:
1111
- NODE_VERSION="0.10"
1212
- NODE_VERSION="0.11"
1313
- NODE_WEBKIT="0.8.6"
14+
- NODE_WEBKIT="0.10.0-rc1"
1415
global:
1516
- secure: QhuP5E/kYL1j1KDkHGJtk6DSJr1RH4DR/JrC62Viuf5Du8jE+i0kPWfF2MxtuEmKo35orhpu8t8mzKygWfuO63WPuuIE9qd/+V/y99Lqcj0tEN6wJ5RnywktbTJWg23zphjhmYq3Xj8DLVEikCZBwHtlbygkO9Q60cn1PK+bnPg=
1617
- secure: HxCS2dQAWI0KmCFnFNNZoucG4FeAW+itG7+Hp0dNtwmxZzGOZYFO2bZcGvTAMNfVN++oqLxTebYQI1oB5yUl5mPJjrjthaGS6Zq3S6rfJcXiv+icYgEXlR6ejQ97dsHw1Jeg8nedCQlI4kHfvG6pgBLhq9hnugxH1Cjhdt14E9U=

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@
3636
"url": "git://github.com/mapbox/node-sqlite3.git"
3737
},
3838
"dependencies": {
39-
"node-pre-gyp": "0.5.13",
4039
"nan": "1.1.2",
41-
"node-pre-gyp": "0.5.18",
40+
"node-pre-gyp": "0.5.19",
4241
"set-immediate": "0.1.1"
4342
},
4443
"bundledDependencies": [

scripts/build_against_node_webkit.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ rm -rf ${NW_DOWNLOAD}
6161
node-pre-gyp rebuild --runtime=node-webkit --target=$NODE_WEBKIT
6262
# on Linux 32 bit: install 32 bit stuff necessary for node-webkit 32 bit
6363
sudo apt-get -y install libx11-6:i386
64+
sudo apt-get -y install libxtst6:i386
65+
sudo apt-get -y install libcap2:i386
6466
sudo apt-get -y install libglib2.0-0:i386
6567
sudo apt-get -y install libgtk2.0-0:i386
6668
sudo apt-get -y install libatk1.0-0:i386

0 commit comments

Comments
 (0)