Skip to content

Commit

Permalink
Publish node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohsen Azimi committed Jun 6, 2017
1 parent c95d662 commit 1b97358
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.vscode-test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-javascript-to-typescript-transform-vscode",
"displayName": "React JavaScript to TypeScript Transformer for VSCode",
"description": "Convert your React code from JavaScript to TypeScript automatically.",
"version": "1.3.0",
"version": "1.4.0",
"logo": "icon.png",
"publisher": "mohsen1",
"repository": {
Expand Down
7 changes: 4 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node",
"target": "es6",
"outDir": "out",
"lib": [
Expand All @@ -10,7 +11,7 @@
"rootDir": "."
},
"exclude": [
"node_modules",
".vscode-test"
".vscode-test",
"node_modules"
]
}
}

0 comments on commit 1b97358

Please sign in to comment.