Skip to content

Commit be71d5d

Browse files
committed
Fixed typo in package.json
1 parent ffdaff7 commit be71d5d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"dependencies": {
1212
},
1313
"directories" : {
14-
"sass",
15-
"bin",
16-
"font"
17-
}
14+
"sass": "sass",
15+
"bin": "bin",
16+
"font": "font"
17+
},
1818
"engine": "node >= 0.10",
1919
"devDependencies": {
2020
"node-sass": "^2.1.1",

0 commit comments

Comments
 (0)