diff --git a/package.json b/package.json index e0e8fdc300..583c9a57c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stryker", - "version": "0.0.0", + "version": "0.1.0", "description": "The extendable JavaScript mutation testing framework", "main": "dist/src/Stryker.js", "typings": "dist/src/Stryker.d.ts", @@ -15,11 +15,11 @@ }, "keywords": [ "mutation testing", - "mutation", - "testing", - "test", - "js", - "stryker" + "mutation", + "testing", + "test", + "js", + "stryker" ], "author": "Simon de Lang", "contributors": [ @@ -27,7 +27,7 @@ ], "license": "Apache-2.0", "files": [ - "dist" + "dist" ], "dependencies": { "chalk": "^1.1.1",