Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/nuxodin/schema.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxodin committed Mar 28, 2023
2 parents cabca99 + 9911570 commit 5bf08db
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import {Schema} from 'https://cdn.jsdelivr.net/gh/nuxodin/[email protected]/schema
## Todo

- Better error messages (with schema path)
- Fix a few bugs in the test suite: [link](https://rawcdn.githack.com/nuxodin/schema.js/d640d0ec40a42343367bc3fafc566010edb53947/tests/test-suite.html)
- Fix a few bugs in the test suite: [link](http://gcdn.li/nuxodin/schema.js/tests/test-suite.html)

## About

Expand Down
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "j-schema",
"description": "JSONSchema handling / validator",
"version": "1.1.1",
"dependencies": {},
"devDependencies": {},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
}

0 comments on commit 5bf08db

Please sign in to comment.