Skip to content

Commit

Permalink
chore(lib): fixed wrong outDir path
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Jun 19, 2020
1 parent 034f63d commit 6326040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"npm": {
"publish": true,
"publishPath": "../../../dist/angular-material-extensions/google-maps-autocomplete"
"publishPath": "../../../dist/angular-material-extensions/input-counter"
},
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"noUnusedParameters": true,
"noUnusedLocals": true,
"rootDir": "schematics",
"outDir": "../../../dist/angular-material-extensions/google-maps-autocomplete/schematics",
"outDir": "../../../dist/angular-material-extensions/input-counter/schematics",
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"sourceMap": true,
Expand Down

0 comments on commit 6326040

Please sign in to comment.