-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update devdeps and pkg.json description
- Loading branch information
Kyle MacDonald
committed
May 18, 2015
1 parent
d4b2692
commit d7ec35c
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
"Jeff Escalante <[email protected]>", | ||
"Kyle MacDonald <[email protected]>" | ||
], | ||
"description": "Simple project templating", | ||
"description": "Simple project templating & skeletons", | ||
"main": "lib", | ||
"license": "MIT", | ||
"repository": { | ||
|
@@ -39,7 +39,7 @@ | |
"devDependencies": { | ||
"jsdoc": "^3.3.0-beta2", | ||
"mocha": "2.2.x", | ||
"chai": "2.1.x", | ||
"chai": "2.3.x", | ||
"mockery": "1.4.x", | ||
"errno": "0.1.x", | ||
"istanbul": "0.3.x", | ||
|