Skip to content

Commit e5959ed

Browse files
committed
v4.14.0
1 parent 4992fcb commit e5959ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "alasql",
33
"description": "Use SQL to select and filter javascript data - including relational joins and search in nested objects (JSON). Export to and import from Excel and CSV",
4-
"version": "4.13.0",
4+
"version": "4.14.0",
55
"author": "Andrey Gershun <[email protected]>",
66
"contributors": [
77
"Mathias Wulff <[email protected]>"
@@ -51,7 +51,7 @@
5151
"fresh": "cmdmix 'yarn goto '%1' && yarn pull-hard'",
5252
"pre-pr": "cmdmix 'yarn fresh '%1' && yarn repush'",
5353
"prepare": "husky",
54-
"preversion": "yarn && yarn test",
54+
"preversion": "yarn && yarn test && npm login",
5555
"postversion": "npm publish && git push && git push --tags && echo \"Successfully released version $npm_package_version\""
5656
},
5757
"dependencies": {

0 commit comments

Comments
 (0)