diff --git a/package.json b/package.json index 7a0bc43..7bf84f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mysah", - "version": "0.3.0", + "version": "0.3.1", "description": "Promise, Stream and EventEmitter utils for Node.js", "keywords": [ "promise", @@ -13,7 +13,7 @@ "email": "samiturcotte@gmail.com" }, "license": "MIT", - "main": "index.js", + "main": "dist/index.js", "types": "dist/**/*.d.ts", "files": [ "dist" @@ -34,6 +34,7 @@ "@types/node": "^10.12.10", "ava": "^1.0.0-rc.2", "chai": "^4.2.0", + "mysah": "^0.3.0", "prettier": "^1.14.3", "ts-node": "^7.0.1", "tslint": "^5.11.0", diff --git a/yarn.lock b/yarn.lock index 28fc3eb..d44f8b9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2158,6 +2158,11 @@ multimatch@^2.1.0: arrify "^1.0.0" minimatch "^3.0.0" +mysah@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/mysah/-/mysah-0.3.0.tgz#68be788a33597ade0bec6ef8a523709fdba09ca1" + integrity sha512-u2Z5CDuRTeK12sOcJEHDGzIHE1i2FaPb3dxWxqWIJfm63uGX2HFfGCPsuF0WeIhFdsqE4xIy94kpaxDaQZ7sMg== + nan@^2.9.2: version "2.11.1" resolved "https://registry.yarnpkg.com/nan/-/nan-2.11.1.tgz#90e22bccb8ca57ea4cd37cc83d3819b52eea6766"