Skip to content

Commit

Permalink
Prepare 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Latrasis committed May 27, 2016
1 parent f966a42 commit 2958845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "linter-solidity",
"main": "./lib/linter.js",
"version": "0.0.0",
"version": "0.1.0",
"description": "Linter support for Solidity",
"keywords": [
"solidity",
Expand All @@ -16,7 +16,7 @@
"atom": ">=1.0.0 <2.0.0"
},
"scripts": {
"postinstall":"node ./formatSolc.js"
"postinstall": "node ./formatSolc.js"
},
"dependencies": {
"solc": "^0.3.2-1",
Expand Down

0 comments on commit 2958845

Please sign in to comment.