Skip to content

Commit

Permalink
Add homepage and repository to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hmarr committed Oct 5, 2020
1 parent 979490a commit 1f67984
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "pick-dom-element",
"version": "0.1.2",
"version": "0.1.3",
"description": "Interactively pick elements in the DOM",
"author": "Harry Marr",
"license": "MIT",
"homepage": "https://github.com/hmarr/pick-dom-element",
"repository": "github:hmarr/pick-dom-element",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down

0 comments on commit 1f67984

Please sign in to comment.