Skip to content

Commit

Permalink
fix: add main back to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburnell committed Feb 2, 2023
1 parent f13e04e commit 3d2375a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.github
.vscode
.editorconfig
.prettier
.eslintrc.json
.prettierrc
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chrisburnell/eleventy-cache-webmentions",
"version": "1.1.3",
"version": "1.1.4",
"description": "Fetch and cache webmentions using eleventy-fetch.",
"author": "Chris Burnell <me@chrisburnell.com>",
"license": "MIT",
Expand All @@ -19,9 +19,6 @@
"js",
"webmention"
],
"engines": {
"node": ">=10"
},
"devDependencies": {
"eslint": "^8.7.0"
},
Expand All @@ -31,7 +28,8 @@
"node-fetch": "^2.6.5",
"sanitize-html": "^2.7.1"
},
"main": "eleventy-cache-webmentions.js",
"scripts": {
"test": "eslint eleventy-cache-webmentions.js"
"lint": "eslint eleventy-cache-webmentions.js"
}
}

0 comments on commit 3d2375a

Please sign in to comment.