Skip to content

Commit

Permalink
use latest testacular
Browse files Browse the repository at this point in the history
  • Loading branch information
geddski committed Feb 19, 2013
1 parent 2586729 commit b5cb841
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2013 Open Web Stack
Copyright (c) 2013 Dave Geddes

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
18 changes: 13 additions & 5 deletions package.json
Expand Up @@ -3,9 +3,6 @@
"version": "0.1.1",
"description": "grunt plugin for testacular",
"main": "testacularServer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/OpenWebStack/gruntacular.git"
Expand All @@ -14,12 +11,23 @@
"gruntplugin",
"testacular",
"grunt",
"test"
"test",
"unit"
],
"scripts": {
"test": "grunt test"
},
"author": "Dave Geddes",
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"testacular": "~0.5.7"
"testacular": "~0.5.10"
},
"devDependencies": {
"grunt": "~0.4.0",
"expect.js": "~0.2.0"
},
"peerDependencies": {
"grunt": "0.4.x"
}
}

0 comments on commit b5cb841

Please sign in to comment.