Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Commit 820ded6

Browse files
committed
publish script
1 parent bdda3c3 commit 820ded6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nstudio/nativescript-cardview",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "A NativeScript plugin for Material Design CardView component.",
55
"main": "cardview",
66
"typings": "index.d.ts",
@@ -11,6 +11,7 @@
1111
}
1212
},
1313
"scripts": {
14+
"publish": "cd ../publish && ./publish.sh",
1415
"tsc": "tsc -skipLibCheck",
1516
"build": "npm i && tsc",
1617
"build.native": "node scripts/build-native.js",

0 commit comments

Comments
 (0)