Skip to content

Commit

Permalink
Fixed typo in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Dogfalo committed Jun 22, 2015
1 parent ffdaff7 commit be71d5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"dependencies": {
},
"directories" : {
"sass",
"bin",
"font"
}
"sass": "sass",
"bin": "bin",
"font": "font"
},
"engine": "node >= 0.10",
"devDependencies": {
"node-sass": "^2.1.1",
Expand Down

0 comments on commit be71d5d

Please sign in to comment.