Skip to content

Commit

Permalink
removed tslin from deps
Browse files Browse the repository at this point in the history
  • Loading branch information
roman.vasilev committed Aug 4, 2018
1 parent bc01ce1 commit 296bcd0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
*.log
~*
/dist/
/dist_*
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"commit": "git-cz"
},
"dependencies": {
"tslib": "^1.9.3"
},
"devDependencies": {
"@semantic-release/changelog": "^2.1.1",
Expand Down
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export function hello() {
export const hello = () => {
return 'world';
}
};

0 comments on commit 296bcd0

Please sign in to comment.