From 2c6fa9545c8784d566d3b7a385c5f924bb2da9ac Mon Sep 17 00:00:00 2001 From: Lee Byron Date: Thu, 16 Jul 2015 18:45:05 -0700 Subject: [PATCH] Release 0.1.5 --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 592a8d7780..9fc544425b 100644 --- a/package.json +++ b/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 (http://leebyron.com/)", @@ -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",