Skip to content

Commit

Permalink
chore(server): make package server public
Browse files Browse the repository at this point in the history
  • Loading branch information
Yokaito committed Nov 20, 2023
1 parent e32d3e2 commit 7174ea6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
{
"name": "@quixer/server",
"version": "0.0.1",
"description": "A lightweight, framework agnostic api to use in e-commerce",
"author": "Guilherme Fontes <[email protected]> (@guifontes)",
"main": "./index.ts",
"types": "./index.ts",
"publishConfig": {
"access": "public"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Yokaito/quixer",
"directory": "packages/server"
},
"scripts": {
"lint": "eslint ."
},
Expand Down

0 comments on commit 7174ea6

Please sign in to comment.