@pagedip/util-npm
Advanced tools
Comparing version 2.2.4 to 2.2.5
@@ -0,1 +1,16 @@ | ||
## [2.2.5](https://github.com/pagedip/pagedip-framework/tree/release/93/util/npm) - Jan 4, 2019 | ||
### Dependencies | ||
- [@pagedip/util-logger](https://github.com/pagedip/pagedip-framework/tree/release/93/util/logger): `^2.2.0` → `^2.2.1` | ||
- @babel/cli: `^7.1.2` → `^7.2.3` | ||
- npm-run-all: `^4.1.3` → `^4.1.5` | ||
### Commits | ||
[`1614c796..441c3026`](https://github.com/pagedip/pagedip-framework/compare/1614c79657988e34195b40dce8393a583d83f68e..441c30267999f34332c9e18024dc7e172f709458) | ||
- [`3f3a16e6`](https://github.com/pagedip/pagedip-framework/commit/3f3a16e6b91e859fe36574fb294de77bd9800a93) update deps | ||
- [`f7040ffc`](https://github.com/pagedip/pagedip-framework/commit/f7040ffcc0b86fbd0919984054b73545aa6a51a5) update dev deps | ||
- [`fc3c2b38`](https://github.com/pagedip/pagedip-framework/commit/fc3c2b389e370262db9cdbd52bf05e21ed7e859e) update deps | ||
- [`a0966eb7`](https://github.com/pagedip/pagedip-framework/commit/a0966eb7923fe83bc36201dc252bf26517b198e2) use npm-run-build instead of npm | ||
## [2.2.4](https://github.com/pagedip/pagedip-framework/tree/release/82/util/npm) - Nov 5, 2018 | ||
@@ -2,0 +17,0 @@ |
{ | ||
"name": "@pagedip/util-npm", | ||
"version": "2.2.4", | ||
"version": "2.2.5", | ||
"author": "Tyler Johnson <tyler@beneaththeink.com>", | ||
@@ -15,6 +15,6 @@ "repository": { | ||
"build": "babel src/ --out-dir lib/", | ||
"prepare": "npm run build" | ||
"prepare": "npm-run-all build" | ||
}, | ||
"dependencies": { | ||
"@pagedip/util-logger": "^2.2.0", | ||
"@pagedip/util-logger": "^2.2.1", | ||
"@types/npm": "^2.0.29", | ||
@@ -27,4 +27,4 @@ "global-npm": "^0.3.0", | ||
"devDependencies": { | ||
"@babel/cli": "^7.1.2", | ||
"npm-run-all": "^4.1.3", | ||
"@babel/cli": "^7.2.3", | ||
"npm-run-all": "^4.1.5", | ||
"shx": "^0.3.2" | ||
@@ -36,3 +36,3 @@ }, | ||
], | ||
"gitHead": "1614c79657988e34195b40dce8393a583d83f68e" | ||
"gitHead": "86d4986cf7f8417474096198b2ffa79157788188" | ||
} |
38923
Updated@pagedip/util-logger@^2.2.1