Skip to content

Commit

Permalink
release(package): release @2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hzy0913 committed Apr 13, 2019
1 parent c5495ff commit f6aa6fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "mpvue-calendar",
"version": "2.1.1",
"version": "2.2.0",
"description": "mpvue calendar",
"main": "./src/mpvue-calendar.vue",
"scripts": {
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
"start": "npm run dev",
"build": "node build/build.js"
"build": "node build/build.js",
"publish": "npm publish"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f6aa6fc

Please sign in to comment.