Skip to content

Commit

Permalink
fix(package): set name and description
Browse files Browse the repository at this point in the history
  • Loading branch information
obviyus committed Jul 22, 2022
1 parent fda99e9 commit 9e527ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "galerie",
"version": "0.1.0",
"private": true,
"sideEffects": false,
"author": "Ayaan Zaidi ([email protected])",
"license": "GNU GPLv3",
"description": "Self hosted gallery written in React + Remix. Ships minimal JS to the client. Server Side Rendered.",
"scripts": {
"build:images": "node importer.mjs",
"build": "yarn run build:css && yarn run build:images && remix build",
Expand Down

0 comments on commit 9e527ae

Please sign in to comment.