Skip to content

Commit

Permalink
Node.js version 0.6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
afelix committed Oct 3, 2012
1 parent 27af51b commit dbcf743
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.ru.md
Expand Up @@ -14,7 +14,7 @@ Gonzales — быстрый парсер CSS.

Предварительные требования:

* nodejs версии 0.4.x [http://nodejs.org](http://nodejs.org)
* nodejs версии 0.6.x [http://nodejs.org](http://nodejs.org)
* npm [http://github.com/isaacs/npm/](http://github.com/isaacs/npm/)

Установка (глобально):
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,14 +1,14 @@
{
"name": "gonzales",
"description": "Gonzales — fast CSS parser",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "http://github.com/css/gonzales",
"author": "Sergey Kryzhanovsky <skryzhanovsky@ya.ru> (http://github.com/afelix)",
"repository": {
"type": "git",
"url": "http://github.com/css/gonzales.git"
},
"main": "./lib/gonzales",
"engines": { "node": ">=0.4.0" },
"engines": { "node": ">=0.6.0" },
"licenses": [ { "type": "MIT" } ]
}

0 comments on commit dbcf743

Please sign in to comment.