Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrwitek committed Apr 9, 2018
1 parent bd55835 commit 53f2208
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <piotrek.witek@gmail.com> (http://piotrwitek.github.io)",
"license": "MIT",
Expand Down Expand Up @@ -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"
]
}

0 comments on commit 53f2208

Please sign in to comment.