Skip to content

Commit

Permalink
Update @condenast/jsonml.js to version 1.0.1 to fix es5-compatibility (
Browse files Browse the repository at this point in the history
  • Loading branch information
pgoldrbx authored Nov 9, 2018
1 parent 4acb2bc commit 0fd0a9c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* Update @condenast/jsonml.js to version 1.0.1 to fix es5-compatibility

### 2.1.0 (2018-11-08)

* Switch to Conde Nast fork of jsonml.js (#16)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"license": "MIT",
"dependencies": {
"@condenast/jsonml.js": "^1.0.0",
"@condenast/jsonml.js": "^1.0.1",
"lodash.camelcase": "^4.1.1",
"lodash.isfunction": "^3.0.8"
},
Expand Down
2 changes: 1 addition & 1 deletion src/JsonmlToReact.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import JsonML from '@condenast/jsonml.js/lib/utils';
import JsonML from '@condenast/jsonml.js/dist/utils';
import isFunction from 'lodash.isfunction';

import {
Expand Down

0 comments on commit 0fd0a9c

Please sign in to comment.