Skip to content

Commit

Permalink
Exclude editor files from NPM bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdshepard committed Jun 11, 2019
1 parent e8e0b8a commit e5085eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.idea
src
webpack.config.js
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class MyApp extends React.Component {
render() {
return (
<div>
<EventbriteButton ebEventId='12555555' >Checkout</EventbriteButton>
<EventbriteButton ebEventId='12555555'>Checkout</EventbriteButton>
</div>
);
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-eventbrite-popup-checkout",
"version": "1.0.0",
"version": "1.0.1",
"description": "A React component for the Eventbrite checkout widget",
"main": "dist/main.js",
"repository": {
Expand Down

0 comments on commit e5085eb

Please sign in to comment.