Skip to content

Commit

Permalink
publish v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wkstudy committed May 14, 2019
1 parent 86c2c2a commit b8dd2ef
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vue/wk_pagination/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vue/wk_pagination/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wk_pagination",
"description": "A Vue paging component",
"version": "1.1.0",
"version": "1.1.1",
"author": "wkstudy <[email protected]>",
"license": "MIT",
"private": false,
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion vue/wk_pagination/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var path = require('path')
var webpack = require('webpack')

module.exports = {
entry: './src/index.js',
entry: './src/main.js',
output: {
path: path.resolve(__dirname, './dist'),
publicPath: '/dist/',
Expand Down

0 comments on commit b8dd2ef

Please sign in to comment.