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

Commit 3a98b96

Browse files
mbrnwooorm
authored andcommitted
Add explicit JSON extension to require statement
Closes GH-22. Reviewed-by: Titus Wormer <[email protected]>
1 parent ce82cf5 commit 3a98b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
var html = require('property-information/html')
44
var svg = require('property-information/svg')
55
var find = require('property-information/find')
6-
var hastToReact = require('property-information/hast-to-react')
6+
var hastToReact = require('property-information/hast-to-react.json')
77
var spaces = require('space-separated-tokens')
88
var commas = require('comma-separated-tokens')
99
var style = require('style-to-object')

0 commit comments

Comments
 (0)