We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2279d9 commit 7ca6ac1Copy full SHA for 7ca6ac1
1 file changed
implement-shell-tools/cat/package.json
@@ -3,6 +3,7 @@
3
"version": "1.0.0",
4
"description": "You should already be familiar with the `cat` command line tool.",
5
"main": "cat.js",
6
+ "type": "module",
7
"scripts": {
8
"test": "echo \"Error: no test specified\" && exit 1"
9
},
0 commit comments