summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-10-29 18:47:39 +0100
committerMaxime Quandalle <maxime@quandalle.com>2015-10-29 18:47:39 +0100
commite92f67f1910a0a3bc40b85436a89e7d55a04a615 (patch)
tree70e60090d8edda3f9286902ceb04046114b23c25
parent68521fc1c3d52b6b7b6d39931618c90338b5b3aa (diff)
downloadwekan-e92f67f1910a0a3bc40b85436a89e7d55a04a615.tar.gz
wekan-e92f67f1910a0a3bc40b85436a89e7d55a04a615.tar.bz2
wekan-e92f67f1910a0a3bc40b85436a89e7d55a04a615.zip
Update eslint-plugin-meteor to 1.7.0
This fixes https://github.com/dferber90/eslint-plugin-meteor/issues/49
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index cf998e9c..77a9fb74 100644
--- a/package.json
+++ b/package.json
@@ -19,6 +19,6 @@
"devDependencies": {
"babel-eslint": "4.1.3",
"eslint": "1.7.3",
- "eslint-plugin-meteor": "1.5.0"
+ "eslint-plugin-meteor": "1.7.0"
}
}