Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pspeter3 authored May 10, 2021
1 parent a8d2945 commit c953420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "airtable-lite",
"version": "1.6.0",
"version": "1.6.1",
"description": "Light weight type safe Airtable API client",
"type": "module",
"types": "./dist/index.d.ts",
Expand All @@ -13,7 +13,7 @@
"docs": "typedoc --out docs src/index.ts",
"fix": "npm run fix:lint && npm run fix:format",
"test": "npm run test:format && npm run test:lint && npm run test:spec",
"build:cjs": "tsc --target ES2020 --module commonjs node src/index.ts",
"build:cjs": "tsc --target ES2020 --module commonjs src/index.ts",
"postbuild:cjs": "mv src/index.js dist/index.cjs",
"build:esm": "tsc",
"fix:format": "prettier --write 'src/**/*'",
Expand Down

0 comments on commit c953420

Please sign in to comment.