Skip to content

Commit

Permalink
Added unit test commands, and pixl-unit as a devDependency
Browse files Browse the repository at this point in the history
Bumped to v0.0.7.
  • Loading branch information
jhuckaby committed Feb 7, 2016
1 parent 6f4093a commit c7ebc13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "Cronicle",
"version": "0.0.6",
"version": "0.0.7",
"description": "A simple, distributed task scheduler and runner with a web based UI.",
"author": "Joseph Huckaby <[email protected]>",
"homepage": "https://github.com/jhuckaby/Cronicle",
"license": "MIT",
"main": "lib/main.js",
"scripts": {

"test": "pixl-unit node_modules/pixl-server-storage/test/test.js lib/test.js"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -58,6 +58,6 @@
"pixl-server-user": "^1.0.0"
},
"devDependencies": {

"pixl-unit": "^1.0.0"
}
}

0 comments on commit c7ebc13

Please sign in to comment.