From 70acda74ca7c031ad698f9466eda4ead7070050f Mon Sep 17 00:00:00 2001 From: Ilya Radchenko Date: Tue, 27 Jun 2017 11:53:21 -0400 Subject: [PATCH] v0.9.0 - fix remove-k codemod path for windows users (see #111) - add mocha/qunit async/await command (see #112, thanks to @dwickern!) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6ecef2a..19e069f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-watson", - "version": "0.8.5", + "version": "0.9.0", "description": "A young Ember Doctor to help you fix your code.", "main": "index.js", "scripts": {