Skip to content

Commit

Permalink
Updated README.md and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ajlopez committed Sep 14, 2014
1 parent effc388 commit a2aff40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -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/)


4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -5,14 +5,14 @@
, "author": "Angel 'Java' Lopez <webmaster@ajlopez.com> (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": "*"
}
}

0 comments on commit a2aff40

Please sign in to comment.