Skip to content

Commit

Permalink
Merge pull request #6 from dmk255/master
Browse files Browse the repository at this point in the history
Make example self contained
  • Loading branch information
bencooling committed Jul 11, 2017
2 parents bfc5e6b + b82b59c commit adc5f6f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
1 change: 0 additions & 1 deletion example/.serverless_plugins/serverless-plugin-graphiql.js

This file was deleted.

14 changes: 14 additions & 0 deletions example/package.json
@@ -0,0 +1,14 @@
{
"name": "example",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"graphql": "^0.10.3",
"serverless-plugin-graphiql": "^0.3.0"
}
}
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -33,7 +33,6 @@
"eslint-config-gritcode": "github:gritcode/module-eslint-config-gritcode",
"eslint-plugin-import": "^1.16.0",
"serverless": "^1.5.0",
"graphql": "^0.8.2",
"tap": "^6.3.2"
}
}

0 comments on commit adc5f6f

Please sign in to comment.