Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dependencies updated #183

Merged
merged 3 commits into from
Apr 9, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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