Fix the config with publish
directory
This commit is contained in:
parent
18e910a6c8
commit
9f82d46d99
1 changed files with 12 additions and 1 deletions
13
package.json
13
package.json
|
@ -39,5 +39,16 @@
|
||||||
"import": "./index.mjs",
|
"import": "./index.mjs",
|
||||||
"require": "./index.js"
|
"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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue