Skip to content

Commit

Permalink
fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvraj108c committed Jun 10, 2022
1 parent 59330de commit 03b1545
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: yarn lint

- name: Test
run: yarn test --ci --coverage --maxWorkers=2
run: yarn test --ci --coverage --maxWorkers=1

- name: Build
run: yarn build
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Instagram Publisher

- Create Instagram Slideshows and Reels via NodeJS.
- Create Instagram Slideshows & Reels via NodeJS.
- Inspired by [instagram-web-api](https://www.npmjs.com/package/instagram-web-api)

## Install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.1",
"version": "1.0.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 03b1545

Please sign in to comment.