Comparing version 0.1.2 to 0.1.3
@@ -102,3 +102,3 @@ var fs = require('fs') | ||
stringLength = string.length; | ||
var stringLength = string.length; | ||
@@ -108,3 +108,3 @@ while (token = tokenizer.exec(format)) { | ||
tokenLength = token[0].length; | ||
var tokenLength = token[0].length; | ||
part = string.substr(index, tokenLength); | ||
@@ -254,2 +254,2 @@ index += tokenLength - 1; | ||
return obj; | ||
} | ||
} |
{ | ||
"name": "dateable", | ||
"description": "A date formatter and parser for node", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"author": "Eivind Fjeldstad", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -0,1 +1,2 @@ | ||
[![build status](https://secure.travis-ci.org/eivindfjeldstad/dateable.png)](http://travis-ci.org/eivindfjeldstad/dateable) | ||
# dateable | ||
@@ -2,0 +3,0 @@ A small library that provides a few very useful methods for displaying dates, including a formatter and a parser. |
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
10005
8
351
40