Skip to content

Commit

Permalink
fix: use custom gen-typescript-declarations (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Jul 16, 2020
1 parent 3717ca7 commit 660878c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/magi-p3-convert
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ async function main() {
// Remove gen-typescript-declarations
replace.sync({
files: ['package.json'],
from: /.*"@polymer\/gen-typescript-declarations": "\^1\.6\.2",*\n/g,
from: /.*"@web-padawan\/gen-typescript-declarations": "\^1\.6\.2",*\n/g,
to: ''
});
}
Expand Down
2 changes: 1 addition & 1 deletion lib/p3-post.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const tsDefs = `"scripts": {
"generate-typings": "gen-typescript-declarations --outDir . --verify"
},
"devDependencies": {
"@polymer/gen-typescript-declarations": "^1.6.2",`;
"@web-padawan/gen-typescript-declarations": "^1.6.2",`;

module.exports = {
files: [
Expand Down

0 comments on commit 660878c

Please sign in to comment.