Skip to content

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebez Briefkani committed Jan 27, 2016
1 parent b607763 commit 9ee69cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "gulp-semistandard",
"version": "0.2.1",
"version": "0.2.2",
"description": "gulp plugin to check JavaScript code against the semistandard coding style",
"main": "index.js",
"scripts": {
"lint": "semistandard",
"test":" npm run lint && mocha"
"test": " npm run lint && mocha"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 9ee69cd

Please sign in to comment.