Add the package description
This commit is contained in:
parent
9da7c92642
commit
18e910a6c8
2 changed files with 5 additions and 3 deletions
3
README.md
Normal file
3
README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# SDK for Saleor Apps
|
||||
|
||||
SDK for building great Saleor Apps.
|
|
@ -1,10 +1,9 @@
|
|||
{
|
||||
"name": "saleor-app-sdk",
|
||||
"name": "@saleor/app-sdk",
|
||||
"version": "0.1.0",
|
||||
"description": "",
|
||||
"description": "SDK for building great Saleor Apps",
|
||||
"types": "index.d.ts",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"prepublishOnly": "pnpm build",
|
||||
"watch": "tsc -w",
|
||||
|
|
Loading…
Reference in a new issue