Skip to content

Commit

Permalink
1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Nov 15, 2016
1 parent c82d391 commit 70487d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-toast",
"version": "1.4.0",
"version": "1.4.1",
"description": "A NativeScript Toast Plugin for Android and iOS apps.",
"main": "toast.js",
"typings": "index.d.ts",
Expand All @@ -9,7 +9,7 @@
"test": "cd tmp/angular && cp -rp ../../samples/angular/* . && rm -rf platforms node_modules hooks && tns plugin add ../.. && tns install && tns build ios && tns build android",
"pre-e2e": "cd samples/angular && tns install && tns platform add ios && tns platform add android && tns build ios && tns build android",
"e2e": "cd samples/angular && tns test ios --emulator --justlaunch",
"changelog":" conventional-changelog -p angular -i CHANGELOG.md -s",
"changelog": " conventional-changelog -p angular -i CHANGELOG.md -s",
"release:pre": "npm run clean && npm run test",
"release:post": "npm run changelog && npm run changelog:add",
"release:major": "npm run release:pre && npm version major && npm run release:post && git push origin && git push origin --tags && npm publish",
Expand Down

0 comments on commit 70487d8

Please sign in to comment.