Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
59naga committed Mar 6, 2015
1 parent 047b211 commit de7ce59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
@@ -1,5 +1,5 @@
v0.0.0 / Mar 06 2015
v0.0.1 / Mar 06 2015
=========================
* [`3f7dfe3`][3f7dfe3] Rewrite & Rename
* [`unknown`][unknown] Rewrite & Rename

[3f7dfe3]: https://github.com/59naga/wanderer/commit/3f7dfe327cba1619279eae69c1899371a88218b6
[unknown]: https://
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -3,20 +3,20 @@
"bin" : "wanderer",
"main": "wanderer.cup.js",
"description": "Shorthund file seeker",
"version": "0.0.0",
"version": "0.0.1",

"scripts": {
"test": "jasminetea . --verbose --cover",
"coveralls": "coveralls < ./coverage/lcov.info && rm -rf coverage"
},

"dependencies": {
"coffee-script": "^1.8.0",
"glob": "^4.3.5",
"minimatch": "^2.0.1",
"optimist": "^0.6.1"
},
"devDependencies": {
"coffee-script": "^1.8.0",
"jasminetea": "^0.1.9",
"coveralls": "^2.11.2"
},
Expand Down

0 comments on commit de7ce59

Please sign in to comment.