Skip to content

Commit

Permalink
Updates version
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Jan 27, 2017
1 parent bcbdb3c commit cc6e98a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "seeiendom",
"description": "Get data from seeiendom.no",
"version": "3.0.7",
"version": "4.0.0",
"author": {
"name": "Geir Gåsodden",
"email": "geir.gasodden@pythonia.no",
Expand All @@ -15,7 +15,8 @@
"test": "standard && nsp check && tap --reporter=spec test/**/*.js",
"coverage": "tap test/**/*.js --coverage",
"coveralls": "tap --cov --coverage-report=lcov test/**/*.js && cat coverage/lcov.info | coveralls",
"setup": "npm install"
"setup": "npm install",
"standard-fix": "standard --fix"
},
"keywords": [
"seeiendom",
Expand Down

0 comments on commit cc6e98a

Please sign in to comment.