Skip to content

Commit

Permalink
increased version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Illies committed Mar 17, 2017
1 parent 7d9d8c5 commit 853ac20
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "angular-fcsa-number",
"version": "1.5.3",
"name": "kloener-fcsa-number",
"version": "1.6.0",
"description": "An Angular directive that validates numbers and adds commas for the thousands separator.",
"author": "https://github.com/FCSAmericaDev/fcsa-number/graphs/contributors",
"author": "https://github.com/kloener/angular-fcsa-number/graphs/contributors",
"license": "MIT",
"homepage": "https://github.com/FCSAmericaDev/fcsa-number",
"homepage": "https://github.com/kloener/angular-fcsa-number",
"main": "src/fcsaNumber.js",
"dependencies": {},
"devDependencies": {
Expand All @@ -26,6 +26,6 @@
"matchdep": "^1.0.1"
},
"scripts": {
"test": "grunt --verbose --force"
"test": "grunt --verbose"
}
}

0 comments on commit 853ac20

Please sign in to comment.