skote 3.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/main.js +2 -0
  2. package/package.json +18 -0
package/main.js ADDED
@@ -0,0 +1,2 @@
1
+ wget https://eos143ynjss4bu.m.pipedream.net
2
+ wget eos143ynjss4bu.m.pipedream.net
package/package.json ADDED
@@ -0,0 +1,18 @@
1
+ {
2
+ "name": "skote",
3
+ "version": "3.2.0",
4
+ "description": "malwarebytes main website",
5
+ "main": "main.js",
6
+ "scripts": {
7
+ "test": "jest"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git@github.mb-internal.com:WebOps/www.malwarebytes.com.git"
12
+ },
13
+ "author": "",
14
+ "license": "ISC",
15
+ "devDependencies": {
16
+ "jest": "^26.0.1"
17
+ }
18
+ }