Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit f363c53

Browse files
committed
more testing of main
1 parent 9354bf3 commit f363c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
"url":"http://github.com/kriszyp/json-schema"
2222
},
2323
"directories": { "lib": "./lib" },
24-
"main": { "validate": "./lib/validate.js" }
24+
"main": ["./lib/validate.js", "./lib/links.js"]
2525
}

0 commit comments

Comments
 (0)