hc2024-test 1.0.14 → 1.0.15
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -0
- package/package.json +4 -5
package/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
await Deno.writeTextFile("/tmp/hello.txt", "Hello World!");
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "hc2024-test",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.15",
|
4
4
|
"main": "index.tsx",
|
5
5
|
"type": "module",
|
6
6
|
"scripts": {
|
@@ -9,8 +9,7 @@
|
|
9
9
|
"author": "",
|
10
10
|
"license": "ISC",
|
11
11
|
"description": "",
|
12
|
-
"
|
13
|
-
"
|
14
|
-
}
|
15
|
-
"types": "./lib/main.d.ts"
|
12
|
+
"exports": {
|
13
|
+
"./package.json": "./index.js"
|
14
|
+
}
|
16
15
|
}
|