Skip to content

Commit 08a08e1

Browse files
author
alef
committed
chore(package.json): bump version
1 parent 9045660 commit 08a08e1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

release-js/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datascript-mori",
3-
"version": "0.15.8",
3+
"version": "0.16.0",
44
"description": "Wrapper for datascript interplay mori",
55
"homepage": "https://github.com/typeetfunc/datascript-mori",
66
"author": "Andrei Melnikov (https://github.com/typeetfunc)",
@@ -40,7 +40,8 @@
4040
},
4141
"scripts": {
4242
"build": "cd .. && lein cljsbuild once min && cd release-js",
43-
"test": "mocha --harmony --compilers js:babel-core/register test/*.spec.js"
43+
"test": "mocha --harmony --compilers js:babel-core/register test/*.spec.js",
44+
"prepublish": "npm run build && npm run test"
4445
},
4546
"files": [
4647
"datascript-mori.js"

0 commit comments

Comments
 (0)