Skip to content

Commit 2be5d1b

Browse files
committed
fixed OS X issue with broccoli-sass
1 parent e9f6dc0 commit 2be5d1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-es7",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"description": "Example of using React + Reflux + router + ES6 with experimental ES7 syntax + Jest + Semantic-UI",
55
"main": "src/index.js",
66
"scripts": {
@@ -35,7 +35,7 @@
3535
"broccoli-funnel": "^0.1.6",
3636
"broccoli-gzip": "^0.2.0",
3737
"broccoli-merge-trees": "^0.2.1",
38-
"broccoli-sass": "^0.3.3",
38+
"broccoli-sass": "hipertracker/broccoli-sass",
3939
"broccoli-timepiece": "^0.3.0",
4040
"broccoli-uglify-js": "^0.1.3",
4141
"browserify": "^8.0.1",

0 commit comments

Comments
 (0)