From 3c0878ce0814be9d53bf2423e009a5956b25d15b Mon Sep 17 00:00:00 2001 From: Viacheslav Glushko Date: Mon, 13 Apr 2015 14:40:09 +0300 Subject: [PATCH] Moved to https://github.com/enb-make/enb-sass --- README.md | 4 ++-- package.json | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c6bdd6a..842746e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [enb](https://github.com/enb-make/enb)-sass [![node-sass supports version](https://img.shields.io/badge/node--sass-2.1.1-orange.svg)](https://github.com/sass/node-sass/tree/v2) [![Build Status](https://travis-ci.org/ixax/enb-sass.svg?branch=master)](https://travis-ci.org/ixax/enb-sass) [![Dependency Status](http://img.shields.io/david/ixax/enb-sass.svg?style=flat)](https://david-dm.org/ixax/enb-sass) +# [enb](https://github.com/enb-make/enb)-sass [![npm version](https://img.shields.io/badge/npm-v1.0.1-blue.svg)](https://www.npmjs.com/package/enb-sass) [![node-sass supports version](https://img.shields.io/badge/node--sass-2.1.1-orange.svg)](https://github.com/sass/node-sass/tree/v2) [![Build Status](https://travis-ci.org/enb-make/enb-sass.svg?branch=master)](https://travis-ci.org/enb-make/enb-sass) [![Dependency Status](https://david-dm.org/enb-make/enb-sass.svg)](https://david-dm.org/enb-make/enb-sass) Provides the `node-sass` features for project-builder `enb` (https://github.com/enb-make/enb). @@ -13,7 +13,7 @@ npm install enb-sass --save ## Options * *String* **target** contains target file name. Default: `?.css` -* *String* **filesTarget** — contains file masks, according to which a list of source files is created. Default: `?.files`. +* *String* **filesTarget** contains file masks, according to which a list of source files is created. Default: `?.files`. * *Array* **sourceSuffixes** Files suffixes that will be used. Default: `css` * *Object* **sass** `node-sass` options. Read more: https://github.com/sass/node-sass#options. Default: default `node-sass` options. diff --git a/package.json b/package.json index 84a9025..25480aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "enb-sass", - "version": "1.0.0", + "version": "1.0.1", "description": "enb sass tech", "keywords": [ "enb", @@ -8,23 +8,23 @@ "scss", "css" ], - "author": "Viacheslav Glushko ", + "author": "Viacheslav Glushko ", "licenses": [ { "type": "MIT", - "url": "https://github.com/ixax/enb-sass/blob/master/LICENSE" + "url": "https://github.com/enb-make/enb-sass/blob/master/LICENSE" } ], "repository": { "type": "git", - "url": "git@github.com:ixax/enb-sass.git" + "url": "git@github.com:enb-make/enb-sass.git" }, - "homepage": "https://github.com/ixax/enb-sass", - "bugs": "https://github.com/ixax/enb-sass/issues", + "homepage": "https://github.com/enb-make/enb-sass", + "bugs": "https://github.com/enb-make/enb-sass/issues", "maintainers": [ { "name": "Viacheslav Glushko", - "email": "ixax@yandex-team.ru", + "email": "mail@ixax.me", "github-username": "ixax" } ],