Skip to content

Commit c8b7074

Browse files
committed
Merge pull request #155 from aldanor/fix-shopping-cart-e
Add json-loader dependency in shopping cart example
2 parents 1d1991a + 50968ae commit c8b7074

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/shopping-cart/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"node-libs-browser": "^0.5.2",
1717
"webpack": "^1.9.11",
1818
"babel-core": "^5.6.1",
19-
"babel-loader": "^5.1.4"
19+
"babel-loader": "^5.1.4",
20+
"json-loader": "^0.5.2"
2021
},
2122
"name": "shopping-cart-example",
2223
"version": "0.0.1",

0 commit comments

Comments
 (0)