Skip to content

Commit dde67a8

Browse files
committed
2 parents f1b7259 + e474de2 commit dde67a8

1 file changed

Lines changed: 20 additions & 3 deletions

File tree

README.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Repository for typedef files for various Adobe Creative Cloud products.
1414

1515
## Prerequisites
1616

17-
* [Node.js](https://nodejs.org/en/download/)
18-
* [TypeScript](https://typescriptlang.org/#download-links)
19-
* [git](https://git-scm.com/)
17+
- [Node.js](https://nodejs.org/en/download/)
18+
- [TypeScript](https://typescriptlang.org/#download-links)
19+
- [git](https://git-scm.com/)
2020

2121
---
2222

@@ -88,6 +88,23 @@ Have something to add? Please [open a PR](https://github.com/docsforadobe/Types-
8888

8989
---
9090

91+
## Publish New Versions
92+
93+
To publish a new version of this project on npm for use in projects, please follow the steps below:
94+
95+
**1. Auth and Access**
96+
97+
- Ensure you are logged in to your npmjs.com account with `npm login` and follow the prompts to complete your login
98+
- Ensure your npmjs.com account has access to publish to the npm package, if not, reach out to an admin for access
99+
100+
**2. Version and Publish**
101+
102+
- Version up the `package.json`
103+
- Run `npm publish`
104+
- Push the commit with the new version to GitHub
105+
106+
---
107+
91108
## More typings
92109

93110
- [Adobe's offical typings](https://github.com/Adobe-CEP/Samples/tree/master/TypeScript/typings)

0 commit comments

Comments
 (0)