UNPKG

358 BMarkdownView Raw
1
2aws serverless tiny framework
3
4
5### NPM https://docs.npmjs.com/getting-started/publishing-npm-packages
6to update:
71- Check if your npm user is correct:
8 $ npm whoami
9 Note: The result can be 'bln'
10
112- Go to package.json and change the version, after that run:
12
13 $ npm version patch ; git push --tags; npm publish
14 Note: The publish has a delay as 10 min.