Skip to content

Commit

Permalink
⏫ Update version to 1.1.40
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMazel committed Oct 5, 2018
1 parent 58d7889 commit 8ed8e17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-ctk-date-time-picker",
"version": "1.1.31",
"version": "1.1.40",
"description": "A vue component for select date & time (by Chronotruck)",
"author": "Louis Mazel <[email protected]>",
"main": "dist/vue-ctk-date-time-picker.min.js",
Expand All @@ -16,7 +16,7 @@
"test:watch": "poi test --watch",
"test:cov": "poi test --coverage",
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"before-publish": "npm run lint && npm run build && npm i"
"before-publish": "npm run lint && npm run build && npm i && yarn"
},
"files": [
"src/",
Expand Down

0 comments on commit 8ed8e17

Please sign in to comment.