Skip to content

Commit

Permalink
🔖 Release v1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tterb committed May 24, 2020
1 parent c578206 commit c190e28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-disqus",
"description": "A component for integrating Disqus comments in Gatsby.",
"version": "1.1.5",
"version": "1.1.6",
"repository": "https://github.com/tterb/gatsby-plugin-disqus",
"homepage": "https://brettstevenson.io/gatsby-plugin-disqus",
"bugs": {
Expand All @@ -20,7 +20,7 @@
"license": "MIT",
"scripts": {
"release": "standard-version",
"copy-files": "mkdir lib || true && cp .eslintr readme.md package.json lib",
"copy-files": "mkdir lib || true && cp .eslintrc readme.md package.json lib",
"clean": "rm -r lib",
"build": "yarn clean && yarn copy-files && babel src --out-dir lib --copy-files --ignore **/__tests__",
"watch": "yarn copy-files && babel -w src --out-dir lib --copy-files --ignore **/__tests__",
Expand Down

0 comments on commit c190e28

Please sign in to comment.