diff --git a/.all-contributorsrc b/.all-contributorsrc
index fc6e5b5..4e1e565 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -33,7 +33,7 @@
"avatar_url": "https://avatars2.githubusercontent.com/u/885648?v=4",
"profile": "https://github.com/Qix-",
"contributions": [
- "ideas"
+ "security"
]
}
]
diff --git a/.gitignore b/.gitignore
index 76add87..cf762fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
node_modules
-dist
\ No newline at end of file
+dist
+yarn.lock
diff --git a/README.md b/README.md
index 7969153..2970f48 100644
--- a/README.md
+++ b/README.md
@@ -177,7 +177,7 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
-| [
Matt Hayward](http://www.matthayward.com.au)
[💻](https://github.com/matthaywardwebdesign/node-security/commits?author=matthaywardwebdesign "Code") [📖](https://github.com/matthaywardwebdesign/node-security/commits?author=matthaywardwebdesign "Documentation") | [
Jake Bolam](https://jakebolam.com)
[🚇](#infra-jakebolam "Infrastructure (Hosting, Build-Tools, etc)") | [
Qix](https://github.com/Qix-)
[🤔](#ideas-Qix- "Ideas, Planning, & Feedback") |
+| [
Matt Hayward](http://www.matthayward.com.au)
[💻](https://github.com/matthaywardwebdesign/node-security/commits?author=matthaywardwebdesign "Code") [📖](https://github.com/matthaywardwebdesign/node-security/commits?author=matthaywardwebdesign "Documentation") | [
Jake Bolam](https://jakebolam.com)
[🚇](#infra-jakebolam "Infrastructure (Hosting, Build-Tools, etc)") | [
Qix](https://github.com/Qix-)
[🛡️](#security-Qix- "Security") |
| :---: | :---: | :---: |
diff --git a/package.json b/package.json
index 216a57d..0d4b0bc 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,7 @@
"author": "Matt Hayward ",
"license": "MIT",
"devDependencies": {
- "all-contributors-cli": "^5.5.0",
+ "all-contributors-cli": "^5.6.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-plugin-transform-class-properties": "^6.24.1",