Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vesln committed Jun 25, 2012
1 parent 6fa47b3 commit 2774841
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion History.md
@@ -1,5 +1,10 @@

0.0.1 / 2012-01-31
0.0.2 / 2012-06-25
==================

* node 0.8

0.0.1 / 2012-01-31
==================

* Initial version.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "core_ext"
, "version": "0.0.1"
, "version": "0.0.2"
, "description": "JavaScript prototype extensions."
, "keywords": ["extension", "core extensions"]
, "author": "Veselin Todorov <hi@vesln.com>"
Expand All @@ -23,6 +23,6 @@
}
, "main": "./lib/index"
, "engines": {
"node": ">= 0.6.0 < 0.7.0"
"node": ">= 0.6.0"
}
}

0 comments on commit 2774841

Please sign in to comment.