Skip to content

Commit 11f399f

Browse files
committed
test with nodejs 8
1 parent 65d8fcc commit 11f399f

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ build*/
22
sample/
33
dist/
44
sample_angular2
5-
oce
5+
oce/
6+
occt-7.1.0/
67
test_electron
78
.eslintrc
89
a.txt

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ after_test:
118118
- IF %PUBLISH_BINARY% == 1 (node-pre-gyp package 2>&1)
119119
- # IF %PUBLISH_BINARY% == 1 (node-pre-gyp publish 2>&1)
120120
- # IF %PUBLISH_BINARY% == 1 (node-pre-gyp-github publish --release 2>&1)
121-
- IF %PUBLISH_BINARY% == 1 (node-pre-gyp-github publish 2>&1)
121+
- IF %PUBLISH_BINARY% == 1 (node-pre-gyp-github publish)
122+
- # IF %PUBLISH_BINARY% == 1 (node-pre-gyp-github publish 2>&1)
122123
- IF %PUBLISH_BINARY% == 1 (node-pre-gyp clean)
123124
- IF %PUBLISH_BINARY% == 1 (npm install --fallback-to-build=false)
124125

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"colors": "*",
99
"gettemporaryfilepath": "1.0.0",
1010
"nan": "^2.6.2",
11+
"node-pre-gyp": "^0.6.36",
1112
"pace": "~0.0.4",
1213
"progress": "~2.0.0",
13-
"temporary": "~0.0.8",
14-
"node-pre-gyp": "0.6.x",
15-
"should": "~11.2.1"
14+
"should": "~11.2.1",
15+
"temporary": "~0.0.8"
1616
},
1717
"devDependencies": {
1818
"aws-sdk": "2.x",

0 commit comments

Comments
 (0)