Skip to content

Commit

Permalink
Resolve line-ending issues for NPM binary.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Marconi committed Jul 10, 2018
1 parent 8739f4c commit b84e5c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "gltf-import-export",
"version": "1.0.10",
"version": "1.0.11",
"description": "Convert between GLB and GLTF files",
"main": "dist/index.js",
"bin": "dist/tool.js",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Expand Up @@ -9,6 +9,7 @@
"sourceMap": true,
"outDir": "dist",
"baseUrl": ".",
"newLine": "LF",
"paths": {
"*": [
"node_modules/*",
Expand Down

0 comments on commit b84e5c7

Please sign in to comment.