Skip to content

Commit 50968ae

Browse files
committed
json-loader dependency in shopping cart example
1 parent 1d1991a commit 50968ae

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)