Skip to content

Commit

Permalink
1.0.0-rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
bsrdjan committed Oct 30, 2018
1 parent 3215e2c commit c6ffba7
Show file tree
Hide file tree
Showing 3 changed files with 1,574 additions and 22 deletions.
18 changes: 17 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"email": "[email protected]"
},
"engines": {
"node": "8.x || 10.x || 11.x",
"node": "6.x || 8.x || 10.x || 11.x",
"npm": "^6.2.0"
},
"cpu": [
Expand Down Expand Up @@ -61,5 +61,21 @@
"bluebird": "^3.5.2",
"node-addon-api": "^1.5.0",
"node-pre-gyp": "^0.11.0"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@types/node": "^10.12.1",
"acorn": "^6.0.2",
"aws-sdk": "^2.344.0",
"compare-versions": "^3.4.0",
"decimal.js": "^10.0.1",
"eslint": "^5.8.0",
"eslint-plugin-mocha": "^5.2.0",
"mocha": "^5.2.0",
"node-gyp": "^3.8.0",
"prettier-eslint": "^8.8.2",
"random-bytes": "^1.0.0",
"should": "^13.2.3",
"typescript": "^3.1.4"
}
}
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"email": "[email protected]"
},
"engines": {
"node": "8.x || 10.x || 11.x",
"node": "6.x || 8.x || 10.x || 11.x",
"npm": "^6.2.0"
},
"cpu": [
Expand Down
Loading

0 comments on commit c6ffba7

Please sign in to comment.