diff --git a/.npmignore b/.npmignore index 6a3367c..ff2704a 100644 --- a/.npmignore +++ b/.npmignore @@ -1,6 +1,9 @@ # node & npm *.log +# github +.github + # test test-results __diff_output__ @@ -10,5 +13,8 @@ __tests__ # examples examples +# doc assets +images + # IDE .idea diff --git a/README.md b/README.md index f150ddc..aa960e3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@