Skip to content

Commit

Permalink
Merge pull request #183 from cancerberoSgx/master
Browse files Browse the repository at this point in the history
dependencies updated
  • Loading branch information
Tyriar committed Apr 9, 2018
2 parents 8288b96 + e498308 commit c9b0929
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@
"lint": "tslint src/**/*.ts",
"install": "node scripts/install.js",
"postinstall": "node scripts/post-install.js",
"test": "cross-env NODE_ENV=test mocha -R spec lib/*.test.js",
"test": "cross-env NODE_ENV=test mocha -R spec --exit lib/*.test.js",
"prepublish": "npm run tsc"
},
"dependencies": {
"nan": "^2.6.2"
},
"devDependencies": {
"@types/mocha": "^2.2.41",
"@types/node": "^6.0.58",
"cross-env": "^3.2.4",
"mocha": "^3.1.2",
"@types/mocha": "^5.0.0",
"@types/node": "^6.0.104",
"cross-env": "^5.1.4",
"mocha": "^5.0.5",
"pollUntil": "^1.0.3",
"tslint": "^5.9.1",
"typescript": "^2.8.1"
Expand Down

0 comments on commit c9b0929

Please sign in to comment.