Skip to content

Commit

Permalink
add types in index
Browse files Browse the repository at this point in the history
  • Loading branch information
vcfvct committed Jul 1, 2021
1 parent 3824449 commit 6c7a2e8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "fixed-width-ts-decorator",
"version": "1.0.0",
"version": "1.0.1",
"description": "Fixed width file handler with TypeScript Decorator",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"scripts": {
"test": "jest --coverage",
"lint": "eslint --ext .ts src/",
Expand All @@ -25,7 +27,15 @@
"type": "git",
"url": "git+https://github.com/vcfvct/fixed-width-ts-decorator.git"
},
"keywords": [
"typescirpt",
"decorator",
"fixed-width"
],
"homepage": "https://github.com/vcfvct/fixed-width-ts-decorator#readme",
"bugs": {
"url": "https://github.com/vcfvct/fixed-width-ts-decorator/issues"
},
"author": "Han Li",
"license": "MIT",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"esnext.asynciterable",
"dom"
],
"outDir": "tsc-dist",
"outDir": "dist",
"baseUrl": ".",
"paths": {
"*": [
Expand Down

0 comments on commit 6c7a2e8

Please sign in to comment.