-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
930f696
commit b92e8f8
Showing
4 changed files
with
46 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
{ | ||
"packages": [ | ||
"plugin" | ||
], | ||
"version": "3.1.1", | ||
"command": { | ||
"publish": { | ||
"conventionalCommits": true | ||
"packages": ["plugin"], | ||
"version": "3.1.2", | ||
"command": { | ||
"publish": { | ||
"conventionalCommits": true | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
{ | ||
"name": "@nativescript-community/texttospeech", | ||
"version": "3.1.1", | ||
"description": "A text to speech NativeScript plugin for Android and iOS", | ||
"main": "texttospeech", | ||
"typings": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/nativescript-community/texttospeech.git" | ||
}, | ||
"keywords": [ | ||
"NativeScript", | ||
"Text To Speech", | ||
"Android", | ||
"iOS", | ||
"JavaScript" | ||
], | ||
"author": "Anarchic Knight <[email protected]> (http://www.anarchicknight.co.uk)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/nativescript-community/texttospeech/issues" | ||
}, | ||
"homepage": "https://github.com/nativescript-community/texttospeech", | ||
"readmeFilename": "README.md" | ||
"name": "@nativescript-community/texttospeech", | ||
"version": "3.1.2", | ||
"description": "A text to speech NativeScript plugin for Android and iOS", | ||
"main": "texttospeech", | ||
"typings": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/nativescript-community/texttospeech.git" | ||
}, | ||
"keywords": [ | ||
"NativeScript", | ||
"Text To Speech", | ||
"Android", | ||
"iOS", | ||
"JavaScript" | ||
], | ||
"author": "Anarchic Knight <[email protected]> (http://www.anarchicknight.co.uk)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/nativescript-community/texttospeech/issues" | ||
}, | ||
"homepage": "https://github.com/nativescript-community/texttospeech", | ||
"readmeFilename": "README.md" | ||
} |