Skip to content

Commit

Permalink
Get up to date - fix little things that are overdue (#94)
Browse files Browse the repository at this point in the history
* update packages to latest

now monk writes:
```
DEPRECATED (collection.ensureIndex): use collection.createIndex instead (see https://Automattic.github.io/monk/docs/collection/createIndex.html)
```

need to check why... couldn't find any ensureIndex in our code

* fix empty spaces ruining markdown
  • Loading branch information
thatkookooguy committed Jul 19, 2017
1 parent 1cc0145 commit 13875d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -39,7 +39,7 @@ We've just started, and we want to spread the word. We would really appreciate i
copy this snippet to any **markdown** file
- shield: number of achievable achievements [![Supported achievements](http://achievibit.herokuapp.com/achievementsShield)](https://achievibit.herokuapp.com)

```markdown
```markdown
[![Supported achievements](http://achievibit.herokuapp.com/achievementsShield)](https://achievibit.herokuapp.com)
```

Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -35,7 +35,7 @@
"lodash": "^4.16.6",
"moment": "^2.15.2",
"mongodb": "^2.2.10",
"monk": "^3.1.2",
"monk": "^6.0.1",
"monkey-js": "thatkookooguy/monkey-js",
"nconf": "^0.8.4",
"ngrok": "^2.2.3",
Expand All @@ -45,7 +45,7 @@
"require-all": "^2.0.0",
"scribe-js": "Thatkookooguy/Scribe.js",
"serve-favicon": "^2.3.0",
"socket.io": "^1.4.8",
"socket.io": "^2.0.3",
"swig": "^1.4.2",
"tinycolor2": "^1.4.1"
},
Expand All @@ -55,7 +55,7 @@
"jsonfile": "^3.0.1",
"mocha": "^3.2.0",
"mochawesome": "^2.0.2",
"nyc": "^10.1.2",
"nyc": "^11.0.3",
"proxyquire": "^1.7.11"
}
}

0 comments on commit 13875d4

Please sign in to comment.