Skip to content

Commit

Permalink
1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
carlevans719 committed Nov 16, 2018
1 parent 80815f3 commit 65559a6
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ test/**/*

**/*.js.map
*.tgz
!vendor/*.tgz
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webantic/datepicker",
"version": "1.3.4",
"version": "1.3.5",
"description": "A simple datepicker library",
"main": "index.js",
"scripts": {
Expand All @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/webantic/webantic-datepicker#readme",
"dependencies": {
"@webantic/util": "file:vendor/webantic-util-9.0.3.tgz",
"@webantic/util": "file:vendor/webantic-util-9.0.5.tgz",
"mithril": "^1.1.3",
"moment": "^2.19.3"
},
Expand Down
Binary file removed vendor/webantic-util-9.0.3.tgz
Binary file not shown.
Binary file added vendor/webantic-util-9.0.5.tgz
Binary file not shown.
Binary file removed webantic-datepicker-1.3.4.tgz
Binary file not shown.
Binary file added webantic-datepicker-1.3.5.tgz
Binary file not shown.

0 comments on commit 65559a6

Please sign in to comment.