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 a61aeba commit 48a6fb2Copy full SHA for 48a6fb2
index.js
@@ -0,0 +1,5 @@
1
+module.exports = {
2
+ schema: require('./schema/schema.json'),
3
+ schema_strict: require('./schema/schema_strict.json'),
4
+ evaluate: require('./schema/evaluate.json')
5
+};
package.json
@@ -1,6 +1,6 @@
{
"name": "jsonscript",
- "version": "0.2.0",
+ "version": "0.2.1",
"description": "Platform independent asynchronous and concurrent scripting language using JSON format",
"main": "index.js",
6
"scripts": {
0 commit comments