Skip to content

Commit 82009b9

Browse files
authored
chore: tune some files (#778)
* chore: remove unused configs and tune codecov settings * chore: update package.json and fix license
1 parent b0ec944 commit 82009b9

File tree

5 files changed

+6
-20
lines changed

5 files changed

+6
-20
lines changed

.travis.yml

-5
This file was deleted.

LICENSE.txt LICENSE

File renamed without changes.

codecov.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ coverage:
2424

2525
ignore:
2626
- "tests/*"
27-
- "src/mixins/*"
27+
- "sandboxes/*"
28+
- "stories/*"
29+
- "legacy/sandboxes/*"
30+
- "legacy/test/*"
2831

2932

3033
comment:

index.html

-13
This file was deleted.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,6 @@
130130
},
131131
"tsd": {
132132
"directory": "./test"
133-
}
133+
},
134+
"readme": ""
134135
}

0 commit comments

Comments
 (0)