Skip to content

Commit

Permalink
Add contributors field to package.json
Browse files Browse the repository at this point in the history
Upgrade devDependencies
  • Loading branch information
pokusew committed Mar 24, 2018
1 parent 96b57c0 commit 8c0b3c3
Show file tree
Hide file tree
Showing 2 changed files with 236 additions and 153 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
"name": "Martin Endler",
"url": "https://github.com/pokusew"
},
"contributors": [
{
"name": "foxxyz",
"url": "https://github.com/foxxyz"
}
],
"main": "dist/index.js",
"repository": {
"type": "git",
Expand All @@ -44,7 +50,7 @@
"@pokusew/pcsclite": "^0.4.18"
},
"devDependencies": {
"ava": "^0.22.0",
"ava": "^0.25.0",
"babel-cli": "^6.26.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-class-properties": "^6.24.1",
Expand All @@ -53,7 +59,7 @@
"babel-register": "^6.26.0",
"chalk": "^2.1.0",
"cross-env": "^5.0.5",
"mock-require": "^2.0.2",
"mock-require": "^3.0.1",
"prettyjson": "^1.2.1",
"winston": "^2.3.1"
},
Expand Down
Loading

0 comments on commit 8c0b3c3

Please sign in to comment.