Skip to content

Commit

Permalink
make fis-parser-sass support node 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
2betop committed Feb 26, 2014
1 parent 723b7a2 commit c53a161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# fis-parser-sass

> **WARNING** : Node.js ``v0.10.0`` required!!!
A parser plugin for fis to compile sass file.

## usage
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "fis-parser-sass",
"description" : "A parser plugin for fis to compile sass file.",
"version" : "0.0.3",
"version" : "0.0.4",
"author" : "FIS Team <[email protected]>",
"homepage" : "http://fis.baidu.com/",
"keywords": [ "fis", "sass" ],
Expand All @@ -17,6 +17,6 @@
"test" : "mocha test/ut --recursive"
},
"dependencies" : {
"fis-sass" : "~0.1.6"
"fis-sass" : "~0.1.7"

This comment has been minimized.

Copy link
@fouber

fouber Feb 26, 2014

Contributor

这里fis不推荐使用不固定的版本引用,因为很多团队使用fis的时候,会在构建的过程中临时安装插件,如果使用了非固定版本,可能将一些风险引入到项目构建的过程中。所以fis建议采用固定版本,然后勤发布,勤升级就好了。一切为了稳定。

其他没有什么问题,非常漂亮的工作,新版本fis-parser-sass已发布,有问题随时沟通

This comment has been minimized.

Copy link
@2betop

2betop Feb 26, 2014

Author Contributor

好的,知道了!

}
}

0 comments on commit c53a161

Please sign in to comment.