Skip to content

Commit

Permalink
Release 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
leebyron committed Jul 17, 2015
1 parent 2c83c7f commit 2c6fa95
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "graphql",
"version": "0.1.4",
"version": "0.1.5",
"description": "A Query Language and Runtime which can target any service.",
"contributors": [
"Lee Byron <lee@leebyron.com> (http://leebyron.com/)",
Expand Down Expand Up @@ -30,7 +30,10 @@
"mocha": "--require scripts/mocha-bootload src/**/__tests__/**/*.js"
},
"babel": {
"optional": ["runtime", "es7.asyncFunctions"]
"optional": [
"runtime",
"es7.asyncFunctions"
]
},
"scripts": {
"prepublish": "npm test && npm run build",
Expand Down

0 comments on commit 2c6fa95

Please sign in to comment.