Compare commits

...

2 Commits

Author SHA1 Message Date
e01ecb9369 7.2.2 2017-07-18 15:13:18 +02:00
fd29434fa6 update dependencies 2017-07-18 15:13:14 +02:00
3 changed files with 6 additions and 6 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "npmts", "name": "npmts",
"version": "7.2.1", "version": "7.2.2",
"lockfileVersion": 1, "lockfileVersion": 1,
"dependencies": { "dependencies": {
"@gulp-sourcemaps/identity-map": { "@gulp-sourcemaps/identity-map": {

View File

@ -1,6 +1,6 @@
{ {
"name": "npmts", "name": "npmts",
"version": "7.2.1", "version": "7.2.2",
"description": "Write npm modules with TypeScript without hassle. TypeScript ready. Fully ES6.", "description": "Write npm modules with TypeScript without hassle. TypeScript ready. Fully ES6.",
"main": "dist/index.js", "main": "dist/index.js",
"bin": { "bin": {
@ -58,7 +58,7 @@
"smartstream": "^1.0.10", "smartstream": "^1.0.10",
"smartstring": "^2.0.24", "smartstring": "^2.0.24",
"smartsystem": "^1.0.18", "smartsystem": "^1.0.18",
"tapbuffer": "^1.0.17", "tapbuffer": "^1.0.19",
"through2": "^2.0.3", "through2": "^2.0.3",
"tsn": "^2.0.15", "tsn": "^2.0.15",
"typescript": "^2.4.1", "typescript": "^2.4.1",

View File

@ -2975,9 +2975,9 @@ tap-parser@^5.1.0:
optionalDependencies: optionalDependencies:
readable-stream "^2" readable-stream "^2"
tapbuffer@^1.0.17: tapbuffer@^1.0.19:
version "1.0.17" version "1.0.19"
resolved "https://registry.yarnpkg.com/tapbuffer/-/tapbuffer-1.0.17.tgz#19f6bd3dcabbc9adfd3bfbe99171b8eba6199e92" resolved "https://registry.yarnpkg.com/tapbuffer/-/tapbuffer-1.0.19.tgz#c6b8ceca669f03cafdefd4720a66039bcfbca33b"
dependencies: dependencies:
"@types/istanbul" "^0.4.29" "@types/istanbul" "^0.4.29"
beautylog "^6.1.1" beautylog "^6.1.1"