Skip to content

Commit ec303e3

Browse files
committed
fixed comma so now it works
1 parent b0f020f commit ec303e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"test": "mocha",
88
"start": "browser-sync start --server --directory --files='src/index.html'",
9-
"sass": "node-sass --output-style expanded --output css/ scss/main.scss",
9+
"sass": "node-sass --output-style expanded --output css/ scss/main.scss"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)