Skip to content

Commit

Permalink
Merge pull request #7 from 2betop/master
Browse files Browse the repository at this point in the history
fix a npm install bug
  • Loading branch information
fouber committed Feb 27, 2014
2 parents df49082 + e765484 commit 2b58c2d
Showing 1 changed file with 2 additions and 2 deletions.
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.5",
"version" : "0.0.6",
"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.7"
"fis-sass" : "0.1.8"
}
}

0 comments on commit 2b58c2d

Please sign in to comment.