Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rochdev committed Dec 10, 2018
1 parent 3b03e8e commit b8da386
Show file tree
Hide file tree
Showing 39 changed files with 2,011 additions and 205 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ coverage/
typedoc/
dist/
lib/
.nyc_output
.DS_Store
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ npm-debug.log
src/
typedoc/
coverage/
.nyc_output
6 changes: 6 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"packages": [
"packages/*"
],
"version": "0.14.2"
}
Loading

0 comments on commit b8da386

Please sign in to comment.