Skip to content

Commit

Permalink
Publish the aar instead of the manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Sep 21, 2018
1 parent e040e13 commit 994b9a0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*.js.map
*.log.*
src/**/*.d.ts
src/platforms/android/*.aar
!src/index.d.ts
!src/references.d.ts
!demo/karma.conf.js
Expand Down
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
"webpack-sources": "~1.0.1",
"uglifyjs-webpack-plugin": "~1.1.6"
}
}
}
1 change: 1 addition & 0 deletions src/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
!speech-recognition.*.d.ts
!index.d.ts
tsconfig.json
platforms/android/AndroidManifest.xml
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-speech-recognition",
"version": "1.4.0",
"version": "1.4.1",
"description": "Speech to text plugin, leveraging iOS and Android's built-in recognition engines.",
"main": "speech-recognition",
"typings": "index.d.ts",
Expand Down

0 comments on commit 994b9a0

Please sign in to comment.