Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
* master:
  Release 0.3.1
  updated aviation-scrapper to 0.2.1
  Release 0.3.0
  Release 0.2.0
  • Loading branch information
cristobal-io committed Jan 20, 2017
2 parents c543ffb + d44bfb3 commit 7494999
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "aviation-json",
"version": "0.1.0",
"version": "0.3.1",
"description": "Module that uses aviation-scraper as a dev dependency to generate using a single command aviation files ready.",
"main": "index.js",
"keywords": [
Expand All @@ -20,7 +20,9 @@
"coverage": "nyc report --reporter=text-lcov | coveralls",
"lint": "make lint"
},
"pre-commit": ["lint"],
"pre-commit": [
"lint"
],
"author": "Cristobal Gomez",
"homepage": "https://github.com/cristobal-io/aviation-json",
"repository": {
Expand Down

0 comments on commit 7494999

Please sign in to comment.