@sebtoday/u-exchange-sdk 1.0.5 → 1.0.6

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 +5 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sebtoday/u-exchange-sdk",
3
3
  "license": "MIT",
4
- "version": "1.0.5",
4
+ "version": "1.0.6",
5
5
  "description": "🛠 An SDK for building applications on top of U.EXCHANGE.",
6
6
  "main": "dist/index.js",
7
7
  "typings": "dist/index.d.ts",
@@ -10,7 +10,7 @@
10
10
  ],
11
11
  "repository": {
12
12
  "type": "git",
13
- "url": "git+https://github.com/antron3000/u-exchange-sdk.git"
13
+ "url": "git+https://github.com/sebtoday/u-exchange-sdk.git"
14
14
  },
15
15
  "keywords": [
16
16
  "u-exchange",
@@ -60,11 +60,11 @@
60
60
  "singleQuote": true
61
61
  },
62
62
  "bugs": {
63
- "url": "https://github.com/UdotCASH/u-exchange-sdk/issues"
63
+ "url": "https://github.com/sebtoday/u-exchange-sdk/issues"
64
64
  },
65
- "homepage": "https://github.com/UdotCASH/u-exchange-sdk#readme",
65
+ "homepage": "https://github.com/sebtoday/u-exchange-sdk#readme",
66
66
  "directories": {
67
67
  "test": "test"
68
68
  },
69
- "author": "udotcash"
69
+ "author": "sebtoday"
70
70
  }