Skip to content

Commit

Permalink
Changes dist directory for the typescript compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Lanters committed Apr 27, 2019
1 parent 57b3d47 commit b3ee957
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 16 deletions.
9 changes: 2 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
distrubition


*.tgz
.node_repl_history
.DS_Store
node_modules
node_modules
distribution
9 changes: 2 additions & 7 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
node_modules
source
.github


*.tgz
.node_repl_history
.DS_Store
node_modules
.github
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-unity-webgl",
"version": "7.1.0",
"description": "React Unity WebGL provides an easy solution for embedding Unity WebGL builds in your React application, with two-way communication between your React and Unity application with advanced API's.",
"main": "./distrubition/Exports.js",
"main": "./distribution/Exports.js",
"scripts": {
"start": "tsc --watch",
"compile": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"sourceMap": true,
"strict": true,
"esModuleInterop": true,
"outDir": "distrubition"
"outDir": "distribution"
}
}

0 comments on commit b3ee957

Please sign in to comment.