Skip to content

Commit

Permalink
fix(temp): DROPME - TypeScript 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebecca Stevens committed Nov 16, 2020
1 parent 73f06ae commit 8a6aa27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"build": "npm run build:js && npm run build:types",
"build:js": "rollup -c",
"build:types": "tsc -p tsconfig.typedef.json",
"postbuild:types": "echo \"// Minimum TypeScript Version: 4.1\n\n$(cat types/index.d.ts)\" > types/index.d.ts",
"postbuild:types": "echo \"// Minimum TypeScript Version: 4.2\n\n$(cat types/index.d.ts)\" > types/index.d.ts",
"presize": "npm run build:js",
"size": "terser --compress --mangle -- ./dist/umd.js | gzip -c | wc -c",
"pretest": "npm run build:js",
Expand Down

0 comments on commit 8a6aa27

Please sign in to comment.