Skip to content

Commit

Permalink
rename to jema.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxodin committed Mar 28, 2023
1 parent 20edfbd commit 81270ff
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# schema.js
# jema.js
JSONSchema validator

## Features
Expand Down Expand Up @@ -26,13 +26,13 @@ schema.errors('3') // all errors (iterator);
## Install

```javascript
import {Schema} from 'https://cdn.jsdelivr.net/gh/nuxodin/schema[email protected]/schema.min.js';
import {Schema} from 'https://cdn.jsdelivr.net/gh/nuxodin/jema[email protected]/schema.min.js';
```

## Todo

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

## About

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "jema.js",
"description": "JSONSchema handling / validator",
"version": "1.1.3",
"version": "1.1.4",
"devDependencies": {},
"publishConfig": {
"@tobias_buschor:registry": "https://npm.pkg.github.com"
},
"main": "schema.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxodin/schema.js.git"
"url": "git+https://github.com/nuxodin/jema.js.git"
},
"author": "Tobias Buschor",
"license": "MIT",
"bugs": {
"url": "https://github.com/nuxodin/schema.js/issues"
"url": "https://github.com/nuxodin/jema.js/issues"
},
"homepage": "https://github.com/nuxodin/schema.js#readme"
"homepage": "https://github.com/nuxodin/jema.js#readme"
}

0 comments on commit 81270ff

Please sign in to comment.