Skip to content

Commit

Permalink
feat: create release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Slava-Ini committed Mar 19, 2023
1 parent a749ae7 commit 96ad573
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,5 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- run: pnpm install --frozen-lockfile
- run: |
echo "TOKEN: " "${NODE_AUTH_TOKEN}"
cat "${NPM_CONFIG_USERCONFIG}"
- run: pnpm build
- run: pnpm publish --no-git-checks
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
1 change: 0 additions & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
export { Result } from "./types";
export { Ok, Err } from "./main";
// TODO: test change
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-res",
"version": "0.0.2",
"version": "1.0.0",
"description": "TypeScript Result",
"repository": "https://github.com/Slava-Ini/ts-result",
"homepage": "https://github.com/Slava-Ini/ts-result",
Expand Down

0 comments on commit 96ad573

Please sign in to comment.