We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9698440 commit d6513c5Copy full SHA for d6513c5
2 files changed
.npmignore
@@ -1,6 +1,8 @@
1
-*/
2
-!esm/
3
-!lib/
4
-!umd/
5
-tsconfig*.json
6
-.parcelrc
+*
+!esm/**
+!lib/**
+!umd/**
+!package.json
+!README.md
7
+!CHANGELOG.md
8
+!LICENSE
LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2020 Arjun Barrett
+Copyright (c) 2023 Arjun Barrett
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
0 commit comments