Skip to content

Commit b4d01b3

Browse files
committed
add json-loader, bump 0.0.46
1 parent 9fc9a89 commit b4d01b3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-component-styleguide",
3-
"version": "0.0.45",
3+
"version": "0.0.46",
44
"publishConfig": {
55
"registry": "http://registry.npmjs.org/"
66
},
@@ -93,7 +93,8 @@
9393
"deep-equal": "1.0.1",
9494
"query-string": "4.2.2",
9595
"invariant": "2.2.1",
96-
"immutable": "^3.7.6",
96+
"immutable": "^3.7.6",,
97+
"json-loader": "^0.5.4",
9798
"marked": "^0.3.5",
9899
"minimist": "^1.2.0",
99100
"mustache": "^2.2.1",

0 commit comments

Comments
 (0)