format-text
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "format-text", | ||
"version": "0.0.1", | ||
"description": "", | ||
"version": "0.0.2", | ||
"description": "String formatting library inspired from Python", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "fox" | ||
"test": "prova" | ||
}, | ||
"devDependencies": { | ||
"fox": "*" | ||
"prova": "*" | ||
}, | ||
"repository": { | ||
"url": "git@github.com:azer/new-format.git", | ||
"url": "git@github.com:azer/format-text.git", | ||
"type": "git" | ||
@@ -18,2 +18,2 @@ }, | ||
"license": "BSD" | ||
} | ||
} |
@@ -14,3 +14,3 @@ ## format-text | ||
```js | ||
format = require('text-format') | ||
format = require('format-text') | ||
@@ -17,0 +17,0 @@ format('Hello {0}. The weather is currently {1}°.', 'Kitty', '67') |
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
1677