diff --git a/package.json b/package.json index 276050c..6deab2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "waterline-graphql", - "version": "0.0.1", + "version": "1.0.0", "description": "GraphQL adapter for the Waterline ORM.", "keywords": [ "adapter", @@ -36,15 +36,10 @@ "mocha" ], "globals": [ - "strapi", - "angular", - "$", "_" ], "ignores": [ - "bin/_spawn.js", "node_modules/**", - "bower_components/**", "coverage/**", "test/**" ],