We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9045660 commit 08a08e1Copy full SHA for 08a08e1
1 file changed
release-js/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "datascript-mori",
3
- "version": "0.15.8",
+ "version": "0.16.0",
4
"description": "Wrapper for datascript interplay mori",
5
"homepage": "https://github.com/typeetfunc/datascript-mori",
6
"author": "Andrei Melnikov (https://github.com/typeetfunc)",
@@ -40,7 +40,8 @@
40
},
41
"scripts": {
42
"build": "cd .. && lein cljsbuild once min && cd release-js",
43
- "test": "mocha --harmony --compilers js:babel-core/register test/*.spec.js"
+ "test": "mocha --harmony --compilers js:babel-core/register test/*.spec.js",
44
+ "prepublish": "npm run build && npm run test"
45
46
"files": [
47
"datascript-mori.js"
0 commit comments