Skip to content

Commit

Permalink
Merge pull request #25 from h-sugawara/feature/update-package-json
Browse files Browse the repository at this point in the history
Feature/update package json
  • Loading branch information
h-sugawara authored Jan 26, 2024
2 parents 9eb3165 + 3eea663 commit b4ff258
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
66 changes: 33 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hexo-tag-ogp-link-preview",
"description": "A Hexo tag plugin for embedding link preview by OpenGraph on article.",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"author": "Hiroki Sugawara <[email protected]>",
"homepage": "https://blog.chaotic-notes.com/",
Expand All @@ -28,13 +28,13 @@
"test": "jest --verbose --coverage"
},
"devDependencies": {
"eslint": "^8.53.0",
"eslint": "^8.56.0",
"eslint-config-hexo": "^5.0.0",
"eslint-plugin-json": "^3.1.0",
"jest": "^29.7.0"
},
"dependencies": {
"hexo-util": "^3.1.0",
"open-graph-scraper": "^6.3.2"
"hexo-util": "^3.2.0",
"open-graph-scraper": "^6.3.3"
}
}

0 comments on commit b4ff258

Please sign in to comment.