Comparing version 0.0.1 to 0.0.2
module.exports = { | ||
GraphQL: require('./lib/GraphQL'), | ||
GraphQLFilter: require('./lib/GraphQLFilter'), | ||
MetaStore: require('./lib/MetaStore') | ||
}; |
{ | ||
"name": "metastore", | ||
"description": "data metastore", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"homepage": "https://github.com/azulus/metastore", | ||
@@ -19,4 +19,5 @@ "authors": [ | ||
"devDependencies": { | ||
"grunt": "*" | ||
"grunt": "*", | ||
"lodash": "*" | ||
} | ||
} |
16175
8
519
2