Comparing version 1.0.0 to 1.0.1
@@ -1,2 +0,2 @@ | ||
Copyright (c) 2015 Thomas Cort <linuxgeek@gmail.com> | ||
Copyright (c) 2015, 2016 Thomas Cort <linuxgeek@gmail.com> | ||
@@ -3,0 +3,0 @@ Permission to use, copy, modify, and distribute this software for any |
{ | ||
"name": "fmtr", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "awesome string formatter", | ||
@@ -32,3 +32,3 @@ "main": "index.js", | ||
"mocha": "^2.3.4", | ||
"jshint": "^2.9.1-rc1" | ||
"jshint": "^2.9.1-rc2" | ||
}, | ||
@@ -35,0 +35,0 @@ "jshintConfig": { |
@@ -44,16 +44,2 @@ # fmtr | ||
``` | ||
Copyright (c) 2015 Thomas Cort <linuxgeek@gmail.com> | ||
Permission to use, copy, modify, and distribute this software for any | ||
purpose with or without fee is hereby granted, provided that the above | ||
copyright notice and this permission notice appear in all copies. | ||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
``` | ||
See [LICENSE.md](https://github.com/tcort/fmtr/blob/master/LICENSE.md) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4159
45