Skip to content

Commit

Permalink
Setup Package
Browse files Browse the repository at this point in the history
  • Loading branch information
normancarcamo committed Feb 6, 2020
1 parent c4530be commit fb8142b
Show file tree
Hide file tree
Showing 13 changed files with 694 additions and 475 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
.vscode
coverage
coverage/*
lib/*
7 changes: 7 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
src
tsconfig.json
tslint.json
.prettierrc
.vscode
coverage
test
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"printWidth": 80,
"trailingComma": "all",
"singleQuote": true
}
2 changes: 2 additions & 0 deletions global.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import 'jest-extended';
import 'jest-chain';
309 changes: 0 additions & 309 deletions index.js

This file was deleted.

Loading

0 comments on commit fb8142b

Please sign in to comment.