Skip to content

Commit

Permalink
Update downlevel-dts and make sure we don't nest ts3.4 typings folders.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfagnani committed Aug 13, 2020
1 parent 72b8bd6 commit d45a5e5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
16 changes: 12 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"/ts3.4/"
],
"scripts": {
"build": "tsc && downlevel-dts . ts3.4 && cp tsconfig.json ./ts3.4/",
"build": "tsc && rm -rf ./ts3.4 && downlevel-dts . ts3.4 && cp tsconfig.json ./ts3.4/",
"build:watch": "tsc --watch",
"build:babel-test": "babel src/test/lib/decorators_test.ts --out-file test/lib/decorators-babel_test.js",
"gen-docs": "typedoc src/lit-element.ts src/lib/updating-element.ts",
Expand All @@ -49,7 +49,7 @@
"@webcomponents/webcomponentsjs": "^2.2.3",
"chai": "^4.0.2",
"clang-format": "^1.2.4",
"downlevel-dts": "^0.4.0",
"downlevel-dts": "^0.6.0",
"lit-element-benchmarks": "^0.1.0",
"mocha": "^6.2.2",
"np": "^5.2.1",
Expand Down

0 comments on commit d45a5e5

Please sign in to comment.