Fix the config with publish directory

This commit is contained in:
Zaiste 2022-05-26 14:54:36 +02:00
parent 18e910a6c8
commit 9f82d46d99
No known key found for this signature in database
GPG key ID: 15DF7EBC7F2FFE35

View file

@ -39,5 +39,16 @@
"import": "./index.mjs",
"require": "./index.js"
}
}
},
"publishConfig": {
"directory": "dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saleor/saleor-app-sdk.git"
},
"bugs": {
"url": "https://github.com/saleor/saleor-app-sdk/issues"
},
"homepage": "https://github.com/saleor/saleor-app-sdk#readme"
}