jxp 2.14.1 → 2.14.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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "jxp",
3
3
  "description:": "An opinionated RESTful API library based on Mongoose and Restify. Make an API by just writing Mongoose models.",
4
- "version": "2.14.1",
4
+ "version": "2.14.2",
5
5
  "private": false,
6
6
  "main": "libs/jxp.js",
7
7
  "scripts": {
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "repository": {
19
19
  "type": "git",
20
- "url": "git://github.com/j-norwood-young/jexpress-2.git"
20
+ "url": "git://github.com/WorkSpaceMan/jxp.git"
21
21
  },
22
22
  "keywords": [
23
23
  "api",
@@ -26,7 +26,7 @@
26
26
  "author": "Jason Norwood-Young <jason@10layer.com> (https://github.com/j-norwood-young/)",
27
27
  "license": "MIT",
28
28
  "bugs": {
29
- "url": "https://github.com/j-norwood-young/jexpress-2/issues"
29
+ "url": "https://github.com/WorkSpaceMan/jxp/issues"
30
30
  },
31
31
  "dependencies": {
32
32
  "axios": "^1.4.0",