Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @ts-tools/[email protected]
 - @ts-tools/[email protected]
 - @ts-tools/[email protected]
 - @ts-tools/[email protected]
  • Loading branch information
AviVahl committed Feb 13, 2019
1 parent ff71180 commit 63f3ed1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-tools/build",
"version": "0.1.8",
"version": "0.1.9",
"description": "CLI for easier building of multi-target TypeScript libraries.",
"main": "./cjs/index.js",
"types": "./cjs/index.d.ts",
Expand All @@ -16,7 +16,7 @@
"typescript": ">=2.8.0"
},
"dependencies": {
"@ts-tools/service": "^1.0.4",
"@ts-tools/service": "^1.0.5",
"chalk": "^2.4.2",
"commander": "^2.19.0",
"proper-fs": "^1.1.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-tools/node",
"version": "0.9.1",
"version": "0.9.2",
"description": "TypeScript support for Node.js.",
"main": "./cjs/index.js",
"types": "./cjs/index.d.ts",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@ts-tools/robotrix": "^0.7.4",
"@ts-tools/service": "^1.0.4",
"@ts-tools/service": "^1.0.5",
"is-ci": "^2.0.0",
"source-map-support": "^0.5.10"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-tools/service",
"version": "1.0.4",
"version": "1.0.5",
"description": "An on-demand TypeScript transpilation service.",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-tools/webpack-loader",
"version": "0.8.5",
"version": "0.8.6",
"description": "TypeScript loader for webpack.",
"main": "cjs/index.js",
"types": "cjs/index.d.ts",
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"@ts-tools/robotrix": "^0.7.4",
"@ts-tools/service": "^1.0.4",
"@ts-tools/service": "^1.0.5",
"loader-utils": "^1.2.3"
},
"files": [
Expand Down

0 comments on commit 63f3ed1

Please sign in to comment.