Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Saghen committed Jun 22, 2022
1 parent d480131 commit 6f3c2c7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@speechifyinc/espeak-rs-linux-x64-gnu",
"version": "0.1.1",
"version": "0.1.2",
"os": [
"linux"
],
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@speechifyinc/espeak-rs",
"version": "0.1.1",
"version": "0.1.2",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand All @@ -21,10 +21,10 @@
"node": ">= 16"
},
"scripts": {
"prepare": "git apply espeakng-rs.patch --directory=espeakng-rs",
"prepare": "git apply espeakng-rs.patch --directory=espeakng-rs || true",
"artifacts": "napi artifacts",
"build": "npm run prepare || napi build --platform --release",
"build:debug": "npm run prepare || napi build --platform",
"build": "npm run prepare && napi build --platform --release",
"build:debug": "npm run prepare && napi build --platform",
"prepublishOnly": "napi prepublish -t npm",
"test": "ava",
"version": "napi version"
Expand Down

0 comments on commit 6f3c2c7

Please sign in to comment.