Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
shiv19 committed Jul 8, 2018
1 parent 89b32d6 commit 375937d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 24 deletions.
2 changes: 1 addition & 1 deletion src/package-lock.json

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

35 changes: 12 additions & 23 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-cfalert-dialog",
"version": "1.0.6",
"version": "1.0.7",
"description": "CFAlert Dialog wrapper for NativeScript",
"main": "cfalert-dialog",
"typings": "index.d.ts",
Expand All @@ -20,30 +20,19 @@
"scripts": {
"tsc": "tsc -skipLibCheck",
"build": "npm i && tsc",
"postclone":
"npm i && node scripts/postclone.js && cd ../demo && npm i && cd ../src && npm run plugin.link",
"test.android":
"npm i && npm run tsc && npm run tslint && cd ../demo && tns build android && tns test android --justlaunch",
"test.ios":
"npm i && npm run tsc && npm run tslint && cd ../demo && tns build ios && tns test ios --justlaunch",
"tslint":
"cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\"",
"plugin.link":
"npm link && cd ../demo && npm link nativescript-cfalert-dialog && cd ../src",
"postclone": "npm i && node scripts/postclone.js && cd ../demo && npm i && cd ../src && npm run plugin.link",
"test.android": "npm i && npm run tsc && npm run tslint && cd ../demo && tns build android && tns test android --justlaunch",
"test.ios": "npm i && npm run tsc && npm run tslint && cd ../demo && tns build ios && tns test ios --justlaunch",
"tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\"",
"plugin.link": "npm link && cd ../demo && npm link nativescript-cfalert-dialog && cd ../src",
"plugin.tscwatch": "npm run tsc -- -w",
"demo.ios":
"npm i && npm run tsc && cd ../demo && tns run ios --syncAllFiles",
"debug.ios":
"npm i && npm run tsc && cd ../demo && tns debug ios --syncAllFiles",
"demo.android":
"npm i && npm run tsc && cd ../demo && tns run android --syncAllFiles",
"demo.ios": "npm i && npm run tsc && cd ../demo && tns run ios --syncAllFiles",
"debug.ios": "npm i && npm run tsc && cd ../demo && tns debug ios --syncAllFiles",
"demo.android": "npm i && npm run tsc && cd ../demo && tns run android --syncAllFiles",
"demo.reset": "cd ../demo && rimraf platforms",
"plugin.prepare":
"npm run tsc && cd ../demo && tns plugin remove nativescript-cfalert-dialog && tns plugin add ../src",
"clean":
"cd ../demo && rimraf hooks node_modules platforms && cd ../src && rimraf node_modules && npm run plugin.link",
"ci.tslint":
"npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**'"
"plugin.prepare": "npm run tsc && cd ../demo && tns plugin remove nativescript-cfalert-dialog && tns plugin add ../src",
"clean": "cd ../demo && rimraf hooks node_modules platforms && cd ../src && rimraf node_modules && npm run plugin.link",
"ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**'"
},
"keywords": [
"NativeScript",
Expand Down

0 comments on commit 375937d

Please sign in to comment.