Skip to content

Commit

Permalink
chore: remove old references to @manekonekko/ngx-sketch-viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
manekinekko committed Dec 22, 2018
1 parent a684fef commit 5aa316e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
5 changes: 1 addition & 4 deletions src/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
"compilerOptions": {
"outDir": "../out-tsc/app",
"module": "es2015",
"types": ["node"],
"paths": {
"@manekinekko/ngx-sketch-viewer": ["dist/manekinekko/ngx-sketch-viewer"]
}
"types": ["node"]
},
"exclude": ["src/test.ts", "**/*.spec.ts"]
}
7 changes: 1 addition & 6 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@
"lib": [
"es2017",
"dom"
],
"paths": {
"@manekinekko/ngx-sketch-viewer": [
"dist/manekinekko/ngx-sketch-viewer"
]
}
]
}
}

0 comments on commit 5aa316e

Please sign in to comment.