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

Commit

Permalink
publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
bradmartin committed Jul 17, 2019
1 parent bdda3c3 commit 820ded6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nstudio/nativescript-cardview",
"version": "0.1.0",
"version": "1.0.0",
"description": "A NativeScript plugin for Material Design CardView component.",
"main": "cardview",
"typings": "index.d.ts",
Expand All @@ -11,6 +11,7 @@
}
},
"scripts": {
"publish": "cd ../publish && ./publish.sh",
"tsc": "tsc -skipLibCheck",
"build": "npm i && tsc",
"build.native": "node scripts/build-native.js",
Expand Down

0 comments on commit 820ded6

Please sign in to comment.