Skip to content

Commit

Permalink
fixed package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rr-codes committed Jun 21, 2021
1 parent cae898a commit d008fdc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "@instantish/martian",
"version": "1.0.2",
"version": "1.0.3",
"description": "Converts Markdown to Notion Blocks and RichText",
"repository": "https://github.com/instantish/martian",
"main": "index.js",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"scripts": {
"test": "jest",
"lint": "gts lint",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"outDir": "build",
"strict": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true
"esModuleInterop": true,
"declaration": true
},
"include": [
"src/**/*.ts",
Expand Down

0 comments on commit d008fdc

Please sign in to comment.