Skip to content

Commit

Permalink
Adjusting the package.json and adding an index.js file in order to
Browse files Browse the repository at this point in the history
enable distribution and usage within Rails applications
  • Loading branch information
jrgriffiniii committed Feb 20, 2020
1 parent 74b028f commit b2e91b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import BrowseEverything from './src/containers/BrowseEverything'

export default BrowseEverything;
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "test-redux-react",
"version": "0.1.0",
"name": "browse-everything-react",
"version": "1.0.0",
"description": "Browse Everything user interface in React",
"license": "Apache-2.0",
"homepage" : "https://github.com/samvera-labs/browse-everything-redux-react",
"private": true,
"dependencies": {
"@material-ui/core": "^4.4.2",
Expand Down

0 comments on commit b2e91b7

Please sign in to comment.