Skip to content

Commit

Permalink
fix: deloy moment
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 committed Oct 21, 2018
1 parent d5559bb commit b11ef20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exports[`<DatePicker/> should render a <DatePicker/> components 1`] = `
placeholder=""
readonly=""
type="text"
value="2018-10-20"
value="2018-10-21"
/>
<svg
attr="[object Object]"
Expand Down Expand Up @@ -224,12 +224,12 @@ exports[`<DatePicker/> should render a <DatePicker/> components 1`] = `
19
</span>
<span
class="cuke-date-picker-item cuke-date-picker-current-month cuke-date-picker-selected-date"
class="cuke-date-picker-item cuke-date-picker-current-month"
>
20
</span>
<span
class="cuke-date-picker-item cuke-date-picker-current-month"
class="cuke-date-picker-item cuke-date-picker-current-month cuke-date-picker-selected-date"
>
21
</span>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cuke-ui",
"version": "0.0.14",
"version": "0.0.15",
"main": "lib/index.js",
"description": "A React.js UI components for Web",
"repository": "https://github.com/cuke-ui/cuke-ui.git",
Expand Down Expand Up @@ -119,7 +119,6 @@
"less-loader": "^4.1.0",
"lint-staged": "^7.0.4",
"mini-css-extract-plugin": "^0.4.2",
"moment": "^2.22.2",
"normalize.css": "^8.0.0",
"open-browser-webpack-plugin": "0.0.2",
"optimize-css-assets-webpack-plugin": "^1.3.0",
Expand All @@ -145,6 +144,7 @@
},
"dependencies": {
"classnames": "^2.2.6",
"moment": "^2.22.2",
"prop-types": "^15.6.2",
"react-icons": "^3.0.5",
"react-jinke-music-player": "^4.0.4",
Expand Down

0 comments on commit b11ef20

Please sign in to comment.