forked from jamielhf/vue
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: linhaifeng <[email protected]>
- Loading branch information
linhaifeng
committed
Sep 30, 2017
1 parent
d23395d
commit b061625
Showing
9 changed files
with
178 additions
and
183 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,13 +8,14 @@ | |
"vue日期选择" | ||
], | ||
"description": "A Vue.js project,vue-calendar,vuejs,vue", | ||
"version": "2.0.1", | ||
"version": "2.0.3", | ||
"author": "linhf <[email protected]>", | ||
"private": false, | ||
"main": "./dist/index.js", | ||
"scripts": { | ||
"dev": "cross-env NODE_ENV=development webpack-dev-server --hot --port 8889 --host 127.0.0.1", | ||
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules" | ||
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules", | ||
"publish":"cross-env NODE_ENV=publish webpack --progress --hide-modules" | ||
}, | ||
"dependencies": { | ||
"object-assign": "^4.1.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters