Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Viacheslav Glushko committed Apr 13, 2015
1 parent 79ee5a1 commit 3c0878c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand All @@ -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.

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "enb-sass",
"version": "1.0.0",
"version": "1.0.1",
"description": "enb sass tech",
"keywords": [
"enb",
"sass",
"scss",
"css"
],
"author": "Viacheslav Glushko <[email protected]>",
"author": "Viacheslav Glushko <[email protected]>",
"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": "[email protected]:ixax/enb-sass.git"
"url": "[email protected]: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": "[email protected]",
"email": "[email protected]",
"github-username": "ixax"
}
],
Expand Down

0 comments on commit 3c0878c

Please sign in to comment.