Skip to content

Commit

Permalink
chore: install without dist import
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomantovani committed Mar 3, 2022
1 parent 20aac20 commit 9d4ca5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { DiscordNotification } from "./src/index";
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"author": "Joao Mantovani <joao@penseapp.com.br>",
"license": "MIT",
"private": false,
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/penseapp/discord-notification.git"
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
},
"include": ["src/**/*", "tests/index.spec.ts"],
"exclude": ["node_modules", "**/*.test.ts", "src/server.ts", "src/index.ts"]
"exclude": ["node_modules", "**/*.test.ts", "src/server.ts"]
}

0 comments on commit 9d4ca5d

Please sign in to comment.