Skip to content

Commit 48a6fb2

Browse files
committed
add index.js file, closes #1
1 parent a61aeba commit 48a6fb2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonscript",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Platform independent asynchronous and concurrent scripting language using JSON format",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)