Skip to content

Commit

Permalink
Add in a bunch of date improvements. Generate a bunch of tests. Creat…
Browse files Browse the repository at this point in the history
…e a test suite.
  • Loading branch information
jeresig committed Jan 2, 2014
1 parent bbca9c5 commit 4b2c1a5
Show file tree
Hide file tree
Showing 5 changed files with 3,206 additions and 38 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "yearrange",
"version": "0.0.0",
"version": "0.0.1",
"description": "Parse year range strings and convert to usable dates.",
"main": "yearrange.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "node test/test"
},
"repository": {
"type": "git",
Expand All @@ -22,6 +22,8 @@
"url": "https://github.com/jeresig/node-yearrange/issues"
},
"devDependencies": {
"csv-streamify": "~0.9.0"
"csv-streamify": "~0.9.0",
"JSONStream": "~0.7.1",
"through": "~2.3.4"
}
}
Loading

0 comments on commit 4b2c1a5

Please sign in to comment.