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 77 },
88 "main" : " index.js" ,
99 "files" : [
10- " index.d.ts" ,
11- " index.js" ,
12- " index.js.map"
10+ " index.*"
1311 ],
1412 "peerDependencies" : {
1513 "eslint" : " ^5.0.0"
Original file line number Diff line number Diff line change @@ -18,12 +18,11 @@ export default {
1818 format : "cjs" ,
1919 sourcemap : true ,
2020 sourcemapFile : "index.js.map" ,
21- } ,
22- plugins : [ sourcemaps ( ) , resolve ( ) ] ,
23- external : id => deps . has ( id ) || id . startsWith ( "lodash" ) ,
24- banner : `/**
21+ banner : `/**
2522 * @author Toru Nagashima <https://github.com/mysticatea>
26- * @copyright 2017 Toru Nagashima. All rights reserved.
2723 * See LICENSE file in root directory for full license.
2824 */` ,
25+ } ,
26+ plugins : [ sourcemaps ( ) , resolve ( ) ] ,
27+ external : id => deps . has ( id ) || id . startsWith ( "lodash" ) ,
2928}
You can’t perform that action at this time.
0 commit comments