Skip to content

Commit a900628

Browse files
committed
Release 0.2.0
1 parent 15268e0 commit a900628

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ environment:
1010
secure: 6NwB/CPB/FsDOcPZUoJIQQc751Vkj3LYc2oPxGXo/Uw=
1111
node_pre_gyp_secretAccessKey:
1212
secure: FcV0jIJp3lNZR/6fGNf8xNjZ13s2pkubaYlmtFkplZYfGQgSPguUMS/CqjjRWteD
13+
NODE_PRE_GYP_GITHUB_TOKEN:
14+
secure: qa898q4P1jnKsCJ507wNDTaQV52i/qDV0mp9DxsC321ZujDEZDvHKR+pOqRT6GJY
1315

1416
# these variables are common to all jobs
1517
# -------------- 14 Visual Studio 2015

lib/shape.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ exports.init= function() {
9494
solid.getFaces().forEach(face => {
9595

9696
let indexes = mesh.getFaceTriangles(face);
97-
entry = {
97+
let entry = {
9898
name: solid.getShapeName(face),
9999
indexes: toBase64(indexes)
100100
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "node-occ",
33
"version": "0.2.0",
4-
"description": "OpenCascade OCE Wrapper for Node js",
4+
"description": "OpenCascade OCCT Wrapper for Node js",
55
"preferGlobal": "true",
66
"dependencies": {
77
"async": "^2.4.1",

0 commit comments

Comments
 (0)