diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c4373aa..bc62844 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,7 +21,7 @@ jobs: node-version: '18' - name: Install dependencies - run: npm install -g jest typescript + run: npm install -g jest typescript ts-jest - name: Run tests run: jest --coverage diff --git a/jsr.json b/jsr.json index 7f069b7..a6e4192 100644 --- a/jsr.json +++ b/jsr.json @@ -1,5 +1,5 @@ { "name": "@ce/transliteration", - "version": "0.2.1", + "version": "0.2.2", "exports": "./translit.ts" } \ No newline at end of file