diff --git a/.gitignore b/.gitignore index 7fd69e0..96312aa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ node_modules .nyc_output +.idea npm-debug.log package-lock.json yarn.lock diff --git a/package.json b/package.json index 4e5b7c6..5bcf61a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parcel-plugin-metaimage", - "version": "1.2.3", + "version": "1.2.4", "description": "Set absolute url for og:image and twitter:image meta tags.", "main": "index.js", "engines": {