gatsby-plugin-disqus
Advanced tools
Comparing version 1.2.4 to 1.2.5
{ | ||
"name": "gatsby-plugin-disqus", | ||
"description": "A component for integrating Disqus comments in Gatsby.", | ||
"version": "1.2.4", | ||
"author": "Brett Stevenson <bstevensondev@gmail.com> (https://brettstevenson.io)", | ||
"license": "MIT", | ||
"version": "1.2.5", | ||
"repository": "https://github.com/tterb/gatsby-plugin-disqus", | ||
@@ -19,4 +21,3 @@ "homepage": "https://brettstevenson.io/gatsby-plugin-disqus", | ||
"main": "index.js", | ||
"author": "Brett Stevenson <bstevensondev@gmail.com> (https://brettstevenson.io)", | ||
"license": "MIT", | ||
"types": "types/index.d.ts", | ||
"scripts": { | ||
@@ -55,3 +56,4 @@ "copy-files": "mkdir lib || true && cp .eslintrc README.md package.json lib", | ||
"peerDependencies": { | ||
"react": "^16.0.0 || ^17.0.0 || ^18.0.0" | ||
"react": "^16.0.0 || ^17.0.0 || ^18.0.0", | ||
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0" | ||
}, | ||
@@ -58,0 +60,0 @@ "standard": { |
24501
2