We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4525d0 commit 2d13604Copy full SHA for 2d13604
1 file changed
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "json-schema-class",
+ "name": "@nodejunkie/json-schema-class",
3
"version": "0.0.1",
4
"description": "An Abstract Class that uses JSON Schema validation to build an extensible application with strongish type",
5
"main": "index.js",
@@ -11,9 +11,6 @@
11
"type": "git",
12
"url": "git+https://github.com/NodeJunkie/node-json-schema-class.git"
13
},
14
- "publishConfig": {
15
- "registry": "https://npm.pkg.github.com/"
16
- },
17
"keywords": [
18
"json-schema"
19
],
0 commit comments