Skip to content

Commit

Permalink
fix: fix library produciton error (#20)
Browse files Browse the repository at this point in the history
* fix: fix library produciton error

* fix package json for npm publish
  • Loading branch information
Mylothros-Charalampos authored Jul 8, 2021
1 parent a42da8e commit 69b56da
Show file tree
Hide file tree
Showing 15 changed files with 81 additions and 1,698 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ logs
*.log
npm-debug.log*

# webpack generated
/dist
/lib
# Runtime data
pids
*.pid
Expand Down
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.babelrc
.gitignore
.npmignore
.nvmrc
.nvmrc
dist/
lib/
22 changes: 0 additions & 22 deletions dist/main.js

This file was deleted.

Loading

0 comments on commit 69b56da

Please sign in to comment.