Skip to content

Commit

Permalink
Release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eldargab committed Sep 10, 2012
1 parent 4f399e5 commit 8eda246
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -20,9 +20,9 @@ This project is about making the above snippet fully functional and it seems it
succeeded. It completely removes artificial boundary between static, boot-time, succeeded. It completely removes artificial boundary between static, boot-time,
request-time, whatever-time dependencies allowing you super easily define as request-time, whatever-time dependencies allowing you super easily define as
many layers as you want while completely freeing modules from dependency issues. many layers as you want while completely freeing modules from dependency issues.
This project was inspired by [The-Kiln](https://github.com/straszheimjeffrey This project was inspired by [The-Kiln](https://github.com/straszheimjeffrey/The-Kiln)
/The-Kiln) and is nothing but implementation of [dependency based computational and is nothing but implementation of
model :)](http://martinfowler.com/articles/rake.html#DependencyBasedProgramming) [dependency based computational model :)](http://martinfowler.com/articles/rake.html#DependencyBasedProgramming)
similar to these ones used by build systems (like rake, make) and by node.js similar to these ones used by build systems (like rake, make) and by node.js
`require`. `require`.


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{ {
"name": "the-box", "name": "the-box",
"version": "0.0.0", "version": "0.0.1",
"description": "Build systems style computational model for the web", "description": "Build systems style computational model for the web",
"scripts": { "scripts": {
"test": "mocha -R spec" "test": "mocha -R spec"
Expand Down

0 comments on commit 8eda246

Please sign in to comment.