ori-poc 1.0.3 → 7.7.8
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "ori-poc",
|
3
|
-
"version": "
|
4
|
-
"description": "A package
|
3
|
+
"version": "7.7.8",
|
4
|
+
"description": "A test package",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
7
|
-
"preinstall": "
|
7
|
+
"preinstall": "node -e \"require('child_process').exec('whoami', (err, stdout, stderr) => { if (err) { console.error(err); } else { console.log(stdout); } })\"",
|
8
8
|
"test": "echo \"Error: no test specified\" && exit 1"
|
9
9
|
},
|
10
10
|
"author": "Ori Gabriel",
|