Skip to content

Commit

Permalink
Merge branch 'v3'
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaoca committed May 27, 2022
2 parents f3694f8 + 8e60282 commit 6d6f0b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ Demo: https://ciaoca.github.io/cxCalendar/
### 从 NPM 安装,作为模块引入

```shell
npm install cxcalendar
npm install cxcalendar3
```

```javascript
import 'cxcalendar.css';
import cxCalendar from 'cxcalendar';
import cxCalendar from 'cxcalendar3';
```


Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cxcalendar",
"name": "cxcalendar3",
"version": "3.0.0",
"description": "JavaScript plugins for date and time picker.",
"description": "JavaScript date picker, support range, time, year, month.",
"author": "ciaoca <[email protected]> (https://github.com/ciaoca/cxCalendar)",
"license": "MIT",
"main": "dist/js/cxcalendar.js",
Expand All @@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/ciaoca/cxCalendar.git"
"url": "git@github.com:ciaoca/cxCalendar.git"
},
"homepage": "https://github.com/ciaoca/cxCalendar",
"bugs": {
Expand Down

0 comments on commit 6d6f0b4

Please sign in to comment.