Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: update package.json
  • Loading branch information
yeonjuan committed Oct 17, 2021
commit aa3c15c8a7d4e52833476f45cb1c4009fba8b641
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "parse-git-diff",
"version": "0.0.2",
"description": "",
"version": "0.0.3",
"description": "Parse git diff",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand Down Expand Up @@ -35,5 +35,9 @@
"README.md",
"yarn.lock",
"package.json"
],
"keywords": [
"git",
"git diff"
]
}
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import parseGitDiff from './parser/parse-git-diff';
export default parseGitDiff;
export = parseGitDiff;