Skip to content

Commit

Permalink
Version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Jul 3, 2011
1 parent 01be240 commit 352a99e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History #

## 0.7.0 / 2011-07-01 ##

- Switching to actual URL's instead of 'http!' hacks.

## 0.6.1 / 2011-06-12 ##

- Adding support for jetpack via `--cache-path ./` property.
Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "graphquire",
"id": "graphquire",
"version": "0.6.1",
"version": "0.7.0",
"description": "module graph builder and installer.",
"keywords": [ "dependencies", "graph", "modules", "require", "linker" ],
"author": "Irakli Gozalishvili <rfobic@gmail.com>",
"author": "Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com/)",
"repository": {
"type": "git",
"url": "https://github.com/Gozala/graphquire.git",
Expand All @@ -14,13 +14,12 @@
"web": "http://github.com/Gozala/graphquire/issues/"
},
"devDependencies": {
"test": ">=0.0.10"
"test": ">=0.2.1"
},
"main": "./graphquire.js",
"preferGlobal" : true,
"engines": {
"node": "0.4.x",
"teleport": ">=0.2.0"
"node": "0.4.x"
},
"bin": { "graphquire" : "./bin/graphquire.js" },
"scripts": {
Expand Down

0 comments on commit 352a99e

Please sign in to comment.