Skip to content
This repository has been archived by the owner on Jul 13, 2019. It is now read-only.

Commit

Permalink
bump and add contrib
Browse files Browse the repository at this point in the history
  • Loading branch information
bradmartin committed Aug 19, 2017
1 parent 66ee2d9 commit 427b39e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-snackbar",
"version": "1.1.7",
"version": "1.2.0",
"description": "A NativeScript plugin providing the Material Design SnackBar.",
"main": "snackbar",
"typings": "index.d.ts",
Expand All @@ -18,10 +18,7 @@
"precommit": "lint-staged"
},
"lint-staged": {
"*.ts": [
"prettier --write",
"git add"
]
"*.ts": ["prettier --write", "git add"]
},
"keywords": [
"NativeScript",
Expand Down Expand Up @@ -56,6 +53,10 @@
"name": "Rob Laverty",
"email": "[email protected]",
"url": "https://github.com/roblav96"
},
{
"name": "Davor Peic",
"url": "http://www.davorpeic.com"
}
],
"license": "Apache-2.0",
Expand All @@ -66,4 +67,4 @@
"lint-staged": "^3.6.1",
"prettier": "^1.4.4"
}
}
}
4 changes: 2 additions & 2 deletions snackbar.android.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// <reference path="./index.d.ts" />
import { topmost } from "ui/frame";
import { Color } from "color";
import { topmost } from "tns-core-modules/ui/frame";
import { Color } from "tns-core-modules/color";
import { SnackBarOptions } from "./index";

declare var android: any;
Expand Down

0 comments on commit 427b39e

Please sign in to comment.