@jderjs/core
Advanced tools
+5
-5
| { | ||
| "name": "@jderjs/core", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "A standard response builder", | ||
@@ -14,8 +14,8 @@ "keywords": [ | ||
| ], | ||
| "homepage": "https://github.com/alpheustangs/jder.js", | ||
| "bugs": "https://github.com/alpheustangs/jder.js/issues", | ||
| "homepage": "https://github.com/jder-std/core.js", | ||
| "bugs": "https://github.com/jder-std/core.js/issues", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/alpheustangs/jder.js.git", | ||
| "directory": "packages/core" | ||
| "url": "https://github.com/jder-std/core.js.git", | ||
| "directory": "package" | ||
| }, | ||
@@ -22,0 +22,0 @@ "license": "MIT", |
+5
-1
@@ -5,3 +5,3 @@ # JDER Core | ||
| This package includes different response builders based on the JSON response structure specified in [JSON Data Error Response (JDER)](https://github.com/alpheustangs/jder). With the builders, various kinds of responses can be created easily instead of sending plain text responses. | ||
| This package includes different response builders based on the JSON response structure specified in [JSON Data Error Response (JDER)](https://github.com/jder-std/spec). With the builders, various kinds of responses can be created easily instead of sending plain text responses. | ||
@@ -18,2 +18,6 @@ ## Quick Start | ||
| } | ||
| // { | ||
| // "success": true, | ||
| // } | ||
| ``` | ||
@@ -20,0 +24,0 @@ |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
42246
0.03%26
18.18%