Skip to content

Commit

Permalink
Update to details
Browse files Browse the repository at this point in the history
  • Loading branch information
graemehoffman committed Mar 8, 2023
1 parent 42d2187 commit cacf115
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,19 @@
{
"name": "svelte-crossword",
"version": "0.3.4",
"description": "Crossword component for Svelte",
"name": "crossword",
"version": "0.0.1",
"description": "Svelte crossword component fork of original project by Amelia Wattenberger and Russell Samora",
"svelte": "src/Crossword.svelte",
"repository": {
"type": "git",
"url": "git+https://github.com/russellsamora/svelte-crossword.git"
"url": "git+https://github.com/freethink-media/crossword.git"
},
"keywords": [
"svelte",
"crossword",
"puzzle"
],
"author": "russell samora",
"author": "graeme hoffman",
"license": "MIT",
"bugs": {
"url": "https://github.com/russellsamora/svelte-crossword/issues"
},
"homepage": "https://github.com/russellsamora/svelte-crossword#readme",
"peerDependencies": {
"svelte": "^3.29.0"
},
Expand Down

0 comments on commit cacf115

Please sign in to comment.