Skip to content

Commit

Permalink
chore(package): add keywords to package.json, fix license
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Marton committed Jul 27, 2015
1 parent 7a74fde commit 5478001
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@risingstack/graffiti",
"version": "1.0.0",
"description": "",
"description": "Mongoose adapter for graffiti (Node.js GraphQL ORM)",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test mocha --harmony --require co-mocha $(find src -name \"*.spec.js\")",
Expand All @@ -11,8 +11,16 @@
"type": "git",
"url": "[email protected]:RisingStack/graffiti.git"
},
"author": "",
"license": "ISC",
"author": "RisingStack",
"license": "MIT",
"keywords": [
"GraphQL",
"graffiti",
"express",
"hapi",
"koa",
"ORM"
],
"bugs": {
"url": "https://github.com/RisingStack/graffiti/issues"
},
Expand Down

0 comments on commit 5478001

Please sign in to comment.