Skip to content

Commit 8627dfd

Browse files
committed
chore: housekeeping
1 parent cd068e7 commit 8627dfd

File tree

4 files changed

+9
-19
lines changed

4 files changed

+9
-19
lines changed

.gitignore

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
/.nyc_output
2-
/.tmp
3-
/coverage
4-
/dist
5-
/docs/.vuepress/dist
6-
/docs/node_modules
7-
/docs-api
8-
/node_modules
9-
/temp
1+
.nyc_output
2+
.tmp
103
.idea/*
114
.vscode/*
125
yarn-error.log
6+
node_modules
7+
dist
8+
/coverage
9+
/docs-api
10+
/temp

.npmignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Kia Ishii
3+
Copyright (c) 2021 Kia Ishii
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function createEntry(config) {
4646
: config.env !== 'production'
4747
}))
4848

49-
c.plugins.push(resolve())
49+
c.plugins.push(resolve({ browser: true }))
5050
c.plugins.push(commonjs())
5151

5252
c.plugins.push(ts({

0 commit comments

Comments
 (0)