Skip to content

Commit

Permalink
Prepare 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
soiamsoNG committed Jun 22, 2017
1 parent 3b370d7 commit a238b3d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "linter-ada",
"main": "./lib/init",
"version": "0.1.3",
"version": "0.2.0",
"description": "Linter for Ada use GNATMake",
"repository": "https://github.com/soiamsoNG/linter-ada",
"license": "MIT",
Expand All @@ -24,13 +24,13 @@
"language-ada"
],
"coffeelintConfig": {
"indentation" : {
"level" : "error",
"value" : 2
"indentation": {
"level": "error",
"value": 2
},
"line_endings" : {
"value" : "unix",
"level" : "error"
"line_endings": {
"value": "unix",
"level": "error"
}
}
}

0 comments on commit a238b3d

Please sign in to comment.