Skip to content

Commit

Permalink
version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaidma committed Aug 25, 2016
1 parent 90b90a2 commit e725af2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"entity",
"plugin"
],
"version": "1.2.0",
"version": "1.3.0",
"license": "MIT",
"homepage": "http://senecajs.org",
"author": "Richard Rodger (http://richardrodger.com/)",
Expand All @@ -25,11 +25,11 @@
"url": "https://github.com/senecajs/seneca-entity.git"
},
"scripts": {
"test": "lab -v -L -t 74",
"test-html": "lab -v -L -t 80 -r html > testcov.html",
"coveralls": "lab -s -P test -r lcov | coveralls",
"coverage": "lab -v -P test -L -t 80 -r html > coverage.html",
"annotate": "docco entity.js lib/*.js -o docs/annotated"
"test": "lab -v -L -t 74",
"test-html": "lab -v -L -t 80 -r html > testcov.html",
"coveralls": "lab -s -P test -r lcov | coveralls",
"coverage": "lab -v -P test -L -t 80 -r html > coverage.html",
"annotate": "docco entity.js lib/*.js -o docs/annotated"
},
"dependencies": {
"eraro": "0.4.1",
Expand Down

0 comments on commit e725af2

Please sign in to comment.