From dbcf743c58cc4646811695227852d589c40f1c46 Mon Sep 17 00:00:00 2001 From: Sergey Kryzhanovsky Date: Wed, 3 Oct 2012 21:48:31 +0300 Subject: [PATCH] Node.js version 0.6.x --- README.ru.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.ru.md b/README.ru.md index d3a3719..49dc440 100644 --- a/README.ru.md +++ b/README.ru.md @@ -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/) Установка (глобально): diff --git a/package.json b/package.json index 17059ba..916d6be 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gonzales", "description": "Gonzales — fast CSS parser", - "version": "1.0.0", + "version": "1.0.1", "homepage": "http://github.com/css/gonzales", "author": "Sergey Kryzhanovsky (http://github.com/afelix)", "repository": { @@ -9,6 +9,6 @@ "url": "http://github.com/css/gonzales.git" }, "main": "./lib/gonzales", - "engines": { "node": ">=0.4.0" }, + "engines": { "node": ">=0.6.0" }, "licenses": [ { "type": "MIT" } ] }