Skip to content

Commit d6513c5

Browse files
committed
fix npmignore, license
1 parent 9698440 commit d6513c5

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

.npmignore

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
*/
2-
!esm/
3-
!lib/
4-
!umd/
5-
tsconfig*.json
6-
.parcelrc
1+
*
2+
!esm/**
3+
!lib/**
4+
!umd/**
5+
!package.json
6+
!README.md
7+
!CHANGELOG.md
8+
!LICENSE

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 Arjun Barrett
3+
Copyright (c) 2023 Arjun Barrett
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

0 commit comments

Comments
 (0)