Skip to content

Commit 45d45fa

Browse files
committed
Minor fix to rollup config
1 parent 282d16d commit 45d45fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/rollup.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import buble from 'rollup-plugin-buble'
33
import uglify from 'rollup-plugin-uglify-es'
44

55
export default {
6-
input: 'src/index.js',
6+
input: 'index.js',
77
output: {
88
name: 'VueTinyPagination',
99
exports: 'named'

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const install = (Vue, opts ={}) => {
77
}
88

99
const plugin = {
10-
version: '0.2.1-beta.5',
10+
version: '0.2.1-beta.6',
1111
install,
1212
TinyPagination
1313
}

0 commit comments

Comments
 (0)