Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Commit

Permalink
Add explicit JSON extension to require statement
Browse files Browse the repository at this point in the history
Closes GH-22.

Reviewed-by: Titus Wormer <[email protected]>
  • Loading branch information
mbrn authored and wooorm committed Nov 12, 2019
1 parent ce82cf5 commit 3a98b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
var html = require('property-information/html')
var svg = require('property-information/svg')
var find = require('property-information/find')
var hastToReact = require('property-information/hast-to-react')
var hastToReact = require('property-information/hast-to-react.json')
var spaces = require('space-separated-tokens')
var commas = require('comma-separated-tokens')
var style = require('style-to-object')
Expand Down

0 comments on commit 3a98b96

Please sign in to comment.