Created
April 13, 2020 20:52
-
-
Save developit/6759f670713786311c0d4bbff827b0c0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "react-ssr-prepass", | |
"version": "0.0.1", | |
"main": "react-ssr-prepass.js", | |
"peerDependencies": { | |
"preact-ssr-prepass": "*" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = require('preact-ssr-prepass'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment