Skip to content

Commit

Permalink
Removes unneeded dep on node-sass.
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Jul 25, 2013
1 parent 64da305 commit e021e7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "cssify2",
"version": "0.0.3",
"version": "0.0.4",
"description": "Browserify v2 middleware for adding required styles to the page.",
"main": "./lib/index.js",
"scripts": {
Expand All @@ -17,7 +17,6 @@
"license": "BSD",
"dependencies": {
"cssify2": "~0.0.2",
"node-sass": "~0.5.4",
"through": "~2.2.7"
}
}

0 comments on commit e021e7f

Please sign in to comment.