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 Jan 22, 2019
1 parent 82a67c0 commit 415a6ab
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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.6",
"version": "0.1.7",
"description": "CLI for easier building of multi-target TypeScript libraries.",
"main": "./cjs/index.js",
"types": "./cjs/index.d.ts",
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.8.3",
"version": "0.9.0",
"description": "TypeScript support for Node.js.",
"main": "./cjs/index.js",
"types": "./cjs/index.d.ts",
Expand All @@ -13,7 +13,7 @@
"test": "mocha -r @ts-tools/node/r \"./test/**/*.unit.ts\" --watch-extensions ts --timeout 10000"
},
"dependencies": {
"@ts-tools/robotrix": "^0.7.3",
"@ts-tools/robotrix": "^0.7.4",
"@ts-tools/service": "^1.0.3",
"is-ci": "^2.0.0",
"source-map-support": "^0.5.10"
Expand Down
2 changes: 1 addition & 1 deletion packages/robotrix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-tools/robotrix",
"version": "0.7.3",
"version": "0.7.4",
"description": "Useful TypeScript transpilation transformers.",
"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.3",
"version": "0.8.4",
"description": "TypeScript loader for webpack.",
"main": "cjs/index.js",
"types": "cjs/index.d.ts",
Expand All @@ -18,7 +18,7 @@
"webpack": ">=4"
},
"dependencies": {
"@ts-tools/robotrix": "^0.7.3",
"@ts-tools/robotrix": "^0.7.4",
"@ts-tools/service": "^1.0.3",
"loader-utils": "^1.2.3"
},
Expand Down

0 comments on commit 415a6ab

Please sign in to comment.