Skip to content

Commit

Permalink
typescript-support@0.5.0
Browse files Browse the repository at this point in the history
 - node-typescript-service@0.4.1
 - typescript-support@0.5.0
  • Loading branch information
AviVahl committed Jul 9, 2018
1 parent 7554ace commit ec88fc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/node-typescript-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-typescript-service",
"version": "0.4.0",
"version": "0.4.1",
"description": "TypeScript Language Services Helper in Node.",
"main": "./cjs/index.js",
"types": "./cjs/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/typescript-support/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "typescript-support",
"description": "TypeScript support for Node.js.",
"version": "0.4.1",
"version": "0.5.0",
"main": "./cjs/index.js",
"types": "./cjs/index.d.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"prepack": "yarn build"
},
"dependencies": {
"node-typescript-service": "^0.4.0",
"node-typescript-service": "^0.4.1",
"source-map-support": "^0.5.6"
},
"peerDependencies": {
Expand Down

0 comments on commit ec88fc6

Please sign in to comment.