From 53f22089eb52a585fb9137a195662d95ee1b16bf Mon Sep 17 00:00:00 2001 From: Piotr Witek Date: Mon, 9 Apr 2018 09:04:10 +0200 Subject: [PATCH] 1.2.0 --- package.json | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6c9358c..a1ef6c6 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,7 @@ { "name": "ts-mocha", - "version": "1.1.0", - "description": - "Mocha thin wrapper that allows running TypeScript tests with TypeScript runtime (ts-node) to get rid of compilation complexity", + "version": "1.2.0", + "description": "Mocha thin wrapper that allows running TypeScript tests with TypeScript runtime (ts-node) to get rid of compilation complexity", "repository": "https://github.com/piotrwitek/ts-mocha", "author": "Piotr Witek (http://piotrwitek.github.io)", "license": "MIT", @@ -37,6 +36,19 @@ "peerDependencies": { "mocha": "^3.X.X || ^4.X.X || ^5.X.X" }, - "files": ["bin/", "src/", "package.json", "README.md", "LICENSE", "yarn.lock"], - "keywords": ["ts", "mocha", "typescript", "ts-node", "test"] + "files": [ + "bin/", + "src/", + "package.json", + "README.md", + "LICENSE", + "yarn.lock" + ], + "keywords": [ + "ts", + "mocha", + "typescript", + "ts-node", + "test" + ] }