Skip to content

Commit 88a76b7

Browse files
committed
deploy: 0525544
1 parent 34dab96 commit 88a76b7

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.68.0"
2+
"version": "1.68.1"
33
}

basics/prepare-an-extension-for-store.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ Here you will find requirements and guidelines that you'll need to follow in ord
1313
- Ensure you use `MIT` in the `license` field
1414
- Ensure you are using the latest Raycast API version
1515
- Please use `npm` for installing dependencies and include `package-lock.json` in your pull request. We use `npm` on our Continuous Integration (CI) environment when building and publishing extensions so, by providing a `package-lock.json` file, we ensure that the dependencies on the server match the same versions as your local dependencies.
16-
- Please check the terms of service of third-party services that your extension uses. If your extension doesn't comply with their terms, include a warning in your extension's README. The warning should be similar to:
17-
18-
> Warning: This extension is not compliant with the Terms of Service of \[service name]. Use at your own risk.
19-
16+
- Please check the terms of service of third-party services that your extension uses.
17+
- Read the [Extension Guidelines](https://manual.raycast.com/extensions) and make sure that your Extension comply with it.
2018
- Make sure to **run a distribution build** with `npm run build` locally before submitting the extension for review. This will perform additional type checking and create an optimized build. Open the extension in Raycast to check whether everything works as expected with the distribution build. In addition, you can perform linting and code style checks by running `npm run lint`. (Those checks will later also run via automated GitHub checks.)
2119

2220
## Extensions and Commands Naming

0 commit comments

Comments
 (0)