diff options
author | Fedor Indutny <fedor@indutny.com> | 2016-06-06 23:11:29 -0400 |
---|---|---|
committer | Fedor Indutny <fedor@indutny.com> | 2016-06-06 23:11:29 -0400 |
commit | e87db7842f6c4ff31761aaf3e29f4d83b6f325f2 (patch) | |
tree | f6b5e12c8ce271a693a743aa6d9e807d353c08ea | |
parent | a85336e4922faae3dd89b346de5efd2e25eb81b8 (diff) | |
download | uv_link_t-e87db7842f6c4ff31761aaf3e29f4d83b6f325f2.tar.gz |
1.0.1
-rw-r--r-- | package.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json index 9c8da2a..a6fe165 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,11 @@ { "name": "uv_link_t", - "version": "1.0.0", + "version": "1.0.1", "private": true, "keywords": [], - "scripts": { "test": "make test" }, + "scripts": { + "test": "make test" + }, "author": "Fedor Indutny <fedor@indutny.com>", "license": "MIT", "dependencies": { |