From 178a5d044bcb0e91ff727bac653abe2ea01fa637 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Kor=C3=A1l?= Date: Wed, 10 Aug 2016 10:32:31 +0200 Subject: [PATCH] bump version to 0.9.0 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index be70685c..fed2f070 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apiaryio/metamorphoses", - "version": "0.8.1", + "version": "0.9.0", "description": "Transforms API Blueprint AST or legacy Apiary Blueprint AST into Apiary Application AST", "main": "./lib/metamorphoses", "scripts": { @@ -13,8 +13,8 @@ "prepublish": "npm run compile" }, "engines": { - "node": "", - "npm": "" + "node": "0.10.x", + "npm": "2.15.x" }, "repository": { "type": "git", @@ -41,7 +41,7 @@ "coffeelint": "^1.11.1", "drafter": "^0.2.8", "mocha": "^2.3.0", - "protagonist": "1.3.2", + "protagonist": "1.4.1", "sinon": "^1.17.2" } }