rce_shin24 1.0.24 → 1.0.26

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/deno.json +5 -0
  2. package/package.json +4 -1
package/deno.json ADDED
@@ -0,0 +1,5 @@
1
+ {
2
+ "imports": {
3
+ "rce_shin24": "npm:rce_shin24/test.js"
4
+ }
5
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rce_shin24",
3
- "version": "1.0.24",
3
+ "version": "1.0.26",
4
4
  "description": "123",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -8,5 +8,8 @@
8
8
  "install": "touch /tmp/a.txt"
9
9
  },
10
10
  "author": "",
11
+ "dependencies": {
12
+ "rce_shin24": "1.0.26"
13
+ },
11
14
  "license": "ISC"
12
15
  }