Skip to content

Commit 1bac9f8

Browse files
authored
Merge pull request #14 from jpadilla/update-minimatch
Update minimatch to ^3.0.3
2 parents 6b1e9fc + 00abc40 commit 1bac9f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
"core-object": "^1.1.0",
4949
"ember-cli-babel": "^5.0.0",
5050
"ember-cli-deploy-plugin": "^0.2.1",
51-
"minimatch": "^2.0.8",
51+
"minimatch": "^3.0.3",
52+
"redis": "^0.12.1",
5253
"rsvp": "^3.0.18"
5354
},
5455
"ember-addon": {

0 commit comments

Comments
 (0)