Skip to content

Commit

Permalink
chore: update package.json for first public version
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn committed Dec 5, 2024
1 parent 2f7a48c commit cfda043
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
{
"name": "@mapeo/legacy-export-format",
"private": true,
"description": "reading and writing legacy Mapeo data archives",
"type": "module",
"version": "1.0.0",
"version": "0.0.0",
"homepage": "https://github.com/digidem/mapeo-legacy-export-format",
"bugs": "https://github.com/digidem/mapeo-legacy-export-format/issues",
"author": "Awana Digital (https://awana.digital)",
"repository": "github:digidem/mapeo-legacy-export-format",
"exports": {
"import": "./src/index.js",
"types": "./dist/src/index.d.ts"
},
"files": [
"README.md",
"LICENSE.md",
"patches",
"src",
"dist/src"
],
Expand Down

0 comments on commit cfda043

Please sign in to comment.