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 17, 2020
1 parent 23a1053 commit 08a7f0f
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 @@ -44,7 +44,7 @@
"build:types": "tsc -p tsconfig.typedef.json",
"lint": "npm run lint:js",
"lint:js": "eslint .",
"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",
"test": "npm run test:js && npm run test:types && npm run test:jsmd",
Expand Down

0 comments on commit 08a7f0f

Please sign in to comment.