We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e1e7c commit ebf8ce9Copy full SHA for ebf8ce9
.npmignore
@@ -1,5 +1,5 @@
1
*
2
-!dist/*.js
+!dist/*.cjs
3
!dist/*.mjs
4
!package.json
5
!README.md
package.json
@@ -1,6 +1,6 @@
{
"name": "mini-timer",
- "version": "2.0.1",
+ "version": "2.0.2",
"description": "The tiniest timer to tick!",
"types": "./index.d.ts",
6
"main": "./dist/index.js",
0 commit comments