Skip to content

Commit

Permalink
clean up and bump for pan gesture
Browse files Browse the repository at this point in the history
  • Loading branch information
bradmartin committed Jun 1, 2016
1 parent 54d49ff commit ecd55d8
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 22 deletions.
10 changes: 10 additions & 0 deletions fab-common.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/**************************************************************************************
* Made for the {N} community by Brad Martin @BradWayneMartin
* Thanks to Lazaro Danillo for his contributions - https://github.com/lazaromenezes
* Thanks to Steve McNiven-Scott for his contributions - https://github.com/sitefinitysteve
* Thanks to Gabriel Marinho for his contributions - https://github.com/gabrielbiga
* https://twitter.com/BradWayneMartin
* https://github.com/bradmartin
* Pull requests are welcome. Enjoy!
*************************************************************************************/

var view = require("ui/core/view");
var color = require("color");
var frameModule = require("ui/frame");
Expand Down
11 changes: 1 addition & 10 deletions fab.android.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
/**************************************************************************************
* Made for the {N} community by Brad Martin @BradWayneMartin
* Thanks to Lazaro Danillo for his contributions - https://github.com/lazaromenezes
* Thanks to Steve McNiven-Scott for his contributions - https://github.com/sitefinitysteve
* https://twitter.com/BradWayneMartin
* https://github.com/bradmartin
* Pull requests are welcome. Enjoy!
*************************************************************************************/

var common = require("./fab-common");
var common = require("./fab-common");
var style = require("ui/styling/style");
var utils = require("utils/utils");
var color = require("color");
Expand Down
10 changes: 0 additions & 10 deletions fab.ios.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
/**************************************************************************************
* Made for the {N} community by Brad Martin @BradWayneMartin
* Thanks to Lazaro Danillo for his contributions - https://github.com/lazaromenezes
* Thanks to Steve McNiven-Scott for his contributions - https://github.com/sitefinitysteve
* https://twitter.com/BradWayneMartin
* https://github.com/bradmartin
* Pull requests are welcome. Enjoy!
* Cocoapod via: http://cocoapods.org/pods/MNFloatingActionButton by Matt Nydam
*************************************************************************************/

var common = require("./fab-common");
var ImageSource = require("image-source");
var stateChanged = require("ui/core/control-state-change");
Expand Down
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-floatingactionbutton",
"version": "2.2.2",
"version": "2.2.3",
"description": "A NativeScript plugin to provide an XML widget to implement the Material Design Floating Action Button in NativeScript apps.",
"main": "fab.js",
"nativescript": {
Expand All @@ -16,7 +16,8 @@
"keywords": [
"NativeScript",
"native",
"script",
"javascript",
"material design",
"FAB",
"floating-action-button",
"android",
Expand All @@ -37,6 +38,10 @@
{
"name": "Nathanael Anderson",
"url": "https://github.com/NathanaelA"
},
{
"name": "Gabriel Marinho",
"url": "https://github.com/gabrielbiga"
}
],
"license": "Apache-2.0",
Expand Down

0 comments on commit ecd55d8

Please sign in to comment.