Skip to content

Commit 7ca6ac1

Browse files
committed
Added a module type declaration.
1 parent f2279d9 commit 7ca6ac1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

implement-shell-tools/cat/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.0",
44
"description": "You should already be familiar with the `cat` command line tool.",
55
"main": "cat.js",
6+
"type": "module",
67
"scripts": {
78
"test": "echo \"Error: no test specified\" && exit 1"
89
},

0 commit comments

Comments
 (0)