We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c53dd1e commit 980172cCopy full SHA for 980172c
publish/pack.sh
@@ -28,6 +28,7 @@ pack() {
28
# compile package and copy files required by npm
29
echo 'Building /src...'
30
cd "$TO_SOURCE_DIR"
31
+ npm i
32
node_modules/.bin/tsc
33
cd ..
34
src/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nativescript-videorecorder-x",
3
- "version": "1.0.0-android-x",
+ "version": "1.0.1-android-x",
4
"description": "NativeScript videorecording plugin",
5
"main": "videorecorder",
6
"typings": "index.d.ts",
0 commit comments