Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
triniwiz committed Oct 30, 2017
1 parent 28bf772 commit d2e680f
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 38 deletions.
90 changes: 54 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-stripe",
"version": "3.2.0",
"version": "3.2.1",
"description": "",
"main": "stripe",
"nativescript": {
Expand All @@ -10,7 +10,7 @@
}
},
"scripts": {
"build": "tsc",
"build": "tsc -skipLibCheck",
"demo.ios": "npm run preparedemo && cd demo && tns debug ios",
"demo.ios.device": "npm run preparedemo && cd demo && tns run ios",
"demo.android": "npm run preparedemo && cd demo && tns run android",
Expand Down

0 comments on commit d2e680f

Please sign in to comment.