Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simondel committed Mar 24, 2016
1 parent d776bc3 commit 35f1616
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -15,19 +15,19 @@
},
"keywords": [
"mutation testing",
"mutation",
"testing",
"test",
"js",
"stryker"
"mutation",
"testing",
"test",
"js",
"stryker"
],
"author": "Simon de Lang",
"contributors": [
"Nico Jansen <nicoj@infosupport.com> https://nicojs.github.io"
],
"license": "Apache-2.0",
"files": [
"dist"
"dist"
],
"dependencies": {
"chalk": "^1.1.1",
Expand Down

0 comments on commit 35f1616

Please sign in to comment.