From db85e397679eb90a558e55bf21859ab7a50f5811 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Andr=C3=A9s=20Garcia=20Crespo?= Date: Tue, 9 Oct 2018 12:38:59 +0100 Subject: [PATCH] v2.0.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5bd2090..bfe0e2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-tag.macro", - "version": "1.0.0", + "version": "2.0.0", "description": "graphql-tag as a babel-macro", "author": { "name": "Leonardo Andres Garcia Crespo", @@ -14,8 +14,8 @@ "license": "MIT", "main": "dist/index.js", "devDependencies": { - "@babel/core": "^7.1.2", "@babel/cli": "^7.1.2", + "@babel/core": "^7.1.2", "@babel/preset-env": "^7.1.0", "babel-jest": "^23.6.0", "babel-plugin-tester": "^5.5.1",