From a2aff402d653c6368b05c19fa3826526e8e6539f Mon Sep 17 00:00:00 2001 From: ajlopez Date: Sun, 14 Sep 2014 06:08:23 -0300 Subject: [PATCH] Updated README.md and package.json --- README.md | 5 +++-- package.json | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 47a8556..c008d8f 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,14 @@ TBD ## Versions -- 0.0.1: Published and tagged. +- 0.0.1: Published and tagged +- 0.0.2: Under development in master Master has the current development code. ## References - [Collections](http://www.inf.ufsc.br/poo/smalltalk/ibm/tutorial/chap7.html) - +- [Message Chains](http://blog.3plus4.org/2007/08/30/message-chains/) diff --git a/package.json b/package.json index 258d70a..d2968fa 100644 --- a/package.json +++ b/package.json @@ -5,14 +5,14 @@ , "author": "Angel 'Java' Lopez (http://www.ajlopez.com)" , "repository": { "type": "git", "url": "git://github.com/ajlopez/AjTalkJs.git" } , "main": "./lib/ajtalk.js" -, "engines": { "node": ">= 0.6.0 && < 0.9.0" } +, "engines": { "node": ">= 0.6.0 && < 0.13.0" } , "scripts": { "test": "simpleunit test" } , "dependencies": { } , "devDependencies": { - "simpleunit": "0.0.4", + "simpleunit": "0.0.5", "ajtalkjs-ajunit": "*" } } \ No newline at end of file