Skip to content

Commit fd79f11

Browse files
committed
Fixed module builds
1 parent b6f216a commit fd79f11

File tree

12 files changed

+215
-560
lines changed

12 files changed

+215
-560
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
node_modules/
33
npm-debug.log
44
yarn-error.log
5+
.idea/

.idea/workspace.xml

Lines changed: 184 additions & 104 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.npmignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.DS_Store
2+
node_modules/
3+
npm-debug.log
4+
yarn-error.log
5+
.idea/
6+
src/
7+
.babelrc
8+
webpack.config.js
9+
README.md

dist/index.js

Lines changed: 0 additions & 37 deletions
This file was deleted.

dist/toast.js

Lines changed: 0 additions & 202 deletions
This file was deleted.

0 commit comments

Comments
 (0)