Comparing version 0.2.0 to 0.2.1
@@ -6,5 +6,5 @@ { | ||
"keywords": ["format", "printf", "sprintf", "vsprintf", "string"], | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"main": "format.js", | ||
"scripts": ["format.js"] | ||
} |
// | ||
// format, printf-like string formatting for JavaScript | ||
// format - printf-like string formatting for JavaScript | ||
// github.com/samsonjs/format | ||
// @_sjs | ||
// | ||
// Copyright 2010 - 2013 Sami Samhuri <sami@samhuri.net> | ||
// ISC license | ||
// | ||
// MIT License | ||
// http://sjs.mit-license.org | ||
// | ||
@@ -9,0 +12,0 @@ ;(function() { |
{ | ||
"name": "format", | ||
"description": "printf, sprintf, and vsprintf for JavaScript", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"homepage": "http://samhuri.net/proj/format", | ||
@@ -15,3 +15,3 @@ "author": "Sami Samhuri <sami@samhuri.net>", | ||
}, | ||
"main": "./format", | ||
"main": "./format.js", | ||
"engines": { | ||
@@ -22,4 +22,4 @@ "node": ">=0.4.x" | ||
{ | ||
"type": "ISC", | ||
"url": "http://github.com/samsonjs/format/raw/master/LICENSE" | ||
"type": "MIT", | ||
"url": "http://sjs.mit-license.org" | ||
} | ||
@@ -29,2 +29,2 @@ ], | ||
"devDependencies": {} | ||
} | ||
} |
@@ -44,2 +44,3 @@ format | ||
ISC (like MIT) (see included [LICENSE](/samsonjs/format/blob/master/LICENSE)) | ||
[MIT license](http://sjs.mit-license.org) | ||
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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
0
133
46
7061
8