Skip to content

Commit

Permalink
Merge pull request #75 from senecajs/prepare-for-release
Browse files Browse the repository at this point in the history
Prepare for release
  • Loading branch information
rjrodger committed Jun 8, 2021
2 parents 83edefe + 251027f commit 9e8dae7
Show file tree
Hide file tree
Showing 5 changed files with 1,034 additions and 20,843 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ node_modules

docs/annotated
docs/coverage.html
test/coverage.html
package-lock.json
lcov.info

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "store-test.js",
"scripts": {
"test": "lab -v -P test -L -t 80 -r console -o stdout -r html -o test/coverage.html -r lcov -o test/lcov.info",
"test-some": "lab -v -P test -L -r console -g ",
"coveralls": "lab -s -P test -r lcov | coveralls",
"coverage": "lab -v -P test -t 80 -r html > docs/coverage.html",
"prettier": "prettier --write --no-semi --single-quote *.js lib/*.js test/*.js",
Expand Down Expand Up @@ -48,14 +49,15 @@
"dependencies": {
"async": "3.2.0",
"chai": "4.3.4",
"nid": "1.3.3"
"nid": "1.3.3",
"seneca-promisify": "2.0.0"
},
"devDependencies": {
"@hapi/code": "8.0.3",
"@hapi/lab": "24.2.1",
"coveralls": "3.1.0",
"seneca": "plugin",
"seneca-entity": "13.0.0",
"seneca-mem-store": "senecajs/seneca-mem-store#master"
"seneca-mem-store": "6.0.1"
}
}
Loading

0 comments on commit 9e8dae7

Please sign in to comment.