Skip to content

Commit

Permalink
Maintenance.
Browse files Browse the repository at this point in the history
  • Loading branch information
lrsjng committed May 22, 2015
1 parent 00aedf5 commit 8d33eb2
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@
"undef": true,
"unused": true,

"node": true,
"mocha": true
"node": true
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mkr-global",
"version": "0.6.1",
"version": "0.6.2",
"description": "command line trigger for the mkr build tool",
"homepage": "http://larsjung.de/mkr/",
"bugs": "https://github.com/lrsjng/mkr-global/issues",
Expand All @@ -22,6 +22,7 @@
"mocha": "~2.2.5"
},
"engines": {
"node": ">=0.10"
"node": ">=0.10",
"iojs": ">=1.0.0"
}
}
23 changes: 23 additions & 0 deletions test/.jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"bitwise": true,
"curly": true,
"eqeqeq": true,
"forin": true,
"freeze": true,
"futurehostile": true,
"latedef": true,
"maxdepth": 3,
"noarg": true,
"nocomma": true,
"nonbsp": true,
"nonew": true,
"plusplus": true,
"strict": false,
"supernew": true,
"trailing": true,
"undef": true,
"unused": true,

"node": true,
"mocha": true
}

0 comments on commit 8d33eb2

Please sign in to comment.