Skip to content

Commit ebf8ce9

Browse files
committed
meta: fix missing cjs output file on npm
1 parent 93e1e7c commit ebf8ce9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
*
2-
!dist/*.js
2+
!dist/*.cjs
33
!dist/*.mjs
44
!package.json
55
!README.md

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mini-timer",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "The tiniest timer to tick!",
55
"types": "./index.d.ts",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)