Skip to content

Commit

Permalink
Better package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
antitoxic committed Jul 10, 2023
1 parent 8588a48 commit 9334f2b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"name": "prerender-spa-ultra",
"description": "Crawls & Pre-renders a site",
"license": "MIT",
"version": "1.0.1",
"description": "Crawls & Pre-renders a site",
"author": "Anton Stoychev",
"repository": "github:antitoxic/prerender-spa-ultra",
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/antitoxic"
},
"main": "dist/prerenderer/prerender.js",
"exports": {
".": "./dist/prerenderer/index.js",
Expand Down

0 comments on commit 9334f2b

Please sign in to comment.