We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9354bf3 commit f363c53Copy full SHA for f363c53
package.json
@@ -21,5 +21,5 @@
21
"url":"http://github.com/kriszyp/json-schema"
22
},
23
"directories": { "lib": "./lib" },
24
- "main": { "validate": "./lib/validate.js" }
+ "main": ["./lib/validate.js", "./lib/links.js"]
25
}
0 commit comments