Skip to content

Commit bbca58c

Browse files
committed
fix rollup config
1 parent 5d91298 commit bbca58c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* The vue-class-component in typescript favor
44
* https://github.com/budiadiono/vue-typed
55
6-
* Copyright 2016, [object Object]
6+
* Copyright 2016, Budi Adiono
77
* Released under the MIT license.
88
'*/
99
define(['exports', 'vue'], function (exports, Vue) { 'use strict';

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var banner = `/**
66
* ${pkg.description}
77
* ${pkg.homepage}
88
9-
* Copyright 2016, ${pkg.author}
9+
* Copyright 2016, ${pkg.author.name}
1010
* Released under the ${pkg.license} license.
1111
'*/`;
1212

0 commit comments

Comments
 (0)