Skip to content

Commit

Permalink
remove package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
khashashin committed May 26, 2024
1 parent 5ef18ba commit 7131103
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3,607 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
node-version: '18'

- name: Install dependencies
run: npm install
run: npm install -g jest typescript

- name: Run tests
run: npm test -- --coverage
run: jest --coverage

- name: Publish package
run: npx jsr publish
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@ce/transliteration",
"version": "0.2.0",
"version": "0.2.1",
"exports": "./translit.ts"
}
Loading

0 comments on commit 7131103

Please sign in to comment.