Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyavolodin committed Jul 10, 2016
1 parent b0f11a6 commit e3f7900
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-backbone",
"version": "2.0.1",
"version": "2.0.2",
"description": "Eslint rules for Backbone.",
"main": "index.js",
"scripts": {
Expand All @@ -10,7 +10,10 @@
"check-coverage": "istanbul check-coverage --statement 100 --branch 100 --function 100 --lines 100",
"report-coverage-html": "istanbul report --dir build/coverage html"
},
"files": ["lib", "index.js"],
"files": [
"lib",
"index.js"
],
"devDependencies": {
"istanbul": "0.3.0",
"mocha": "1.21.4",
Expand Down

0 comments on commit e3f7900

Please sign in to comment.