We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c7e613 commit 7bb6300Copy full SHA for 7bb6300
History.md
@@ -1,4 +1,10 @@
1
2
+0.0.10 / 2013-06-25
3
+==================
4
+
5
+ * add getIP()
6
+ * add more test cases
7
8
0.0.9 / 2013-05-08
9
==================
10
package.json
@@ -1,12 +1,12 @@
{
"name": "utility",
- "version": "0.0.9",
+ "version": "0.0.10",
"description": "A collection of useful utilities.",
"main": "index.js",
"scripts": {
"test": "make test-all",
"blanket": { "pattern": "utility/lib" },
- "travis-cov": { "threshold": 98 }
+ "travis-cov": { "threshold": 99 }
},
11
"dependencies": {
12
0 commit comments