File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 7
7
},
8
8
"main" : " index.js" ,
9
9
"files" : [
10
- " index.d.ts" ,
11
- " index.js" ,
12
- " index.js.map"
10
+ " index.*"
13
11
],
14
12
"peerDependencies" : {
15
13
"eslint" : " ^5.0.0"
Original file line number Diff line number Diff line change @@ -18,12 +18,11 @@ export default {
18
18
format : "cjs" ,
19
19
sourcemap : true ,
20
20
sourcemapFile : "index.js.map" ,
21
- } ,
22
- plugins : [ sourcemaps ( ) , resolve ( ) ] ,
23
- external : id => deps . has ( id ) || id . startsWith ( "lodash" ) ,
24
- banner : `/**
21
+ banner : `/**
25
22
* @author Toru Nagashima <https://github.com/mysticatea>
26
- * @copyright 2017 Toru Nagashima. All rights reserved.
27
23
* See LICENSE file in root directory for full license.
28
24
*/` ,
25
+ } ,
26
+ plugins : [ sourcemaps ( ) , resolve ( ) ] ,
27
+ external : id => deps . has ( id ) || id . startsWith ( "lodash" ) ,
29
28
}
You can’t perform that action at this time.
0 commit comments