Skip to content

Commit

Permalink
Added README to the package.
Browse files Browse the repository at this point in the history
  • Loading branch information
shakedlokits committed Dec 9, 2022
1 parent 338b22a commit fe4189b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run build
- run: cp README.md ./lib/README.md
- run: npm run publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3 changes: 2 additions & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "chili-paper",
"version": "1.0.0",
"version": "1.0.1",
"description": "Turn every thermal printer into a customizable digital printer! Use it for generative art, ticketing systems or anything you can think of.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"README.md",
"dist"
],
"scripts": {
Expand Down

0 comments on commit fe4189b

Please sign in to comment.