Skip to content

Commit

Permalink
Add dist folder to git and npm
Browse files Browse the repository at this point in the history
  • Loading branch information
FloEdelmann committed Aug 7, 2018
1 parent 390f3bb commit 1ad8482
Show file tree
Hide file tree
Showing 9 changed files with 6,388 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.DS_Store
node_modules
/dist
/dist/demo.html

/tests/e2e/reports/
selenium-debug.log
Expand Down
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.DS_Store
node_modules
/dist
/dist/demo.html

/tests/e2e/reports/
selenium-debug.log
Expand Down
3,185 changes: 3,185 additions & 0 deletions dist/embetty-vue.common.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/embetty-vue.common.js.map

Large diffs are not rendered by default.

3,195 changes: 3,195 additions & 0 deletions dist/embetty-vue.umd.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/embetty-vue.umd.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/embetty-vue.umd.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/embetty-vue.umd.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embetty-vue",
"version": "0.1.0",
"version": "0.2.0",
"description": "Embetty displays remote content like tweets or videos without compromising your privacy.",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 1ad8482

Please sign in to comment.