Skip to content

Commit

Permalink
fixed for bower
Browse files Browse the repository at this point in the history
  • Loading branch information
Pankaj Patel committed Aug 5, 2017
1 parent 663edf5 commit 732aab4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"version": "0.1.0",
"description": "Inspecter webcomponent based on react-inspector",
"license": "MIT",
"main": "dist/inspecter-component.js",
"main": [
"inspector-component.html",
"dist/inspecter-component.js"
],
"keywords": [
"web-components"
],
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Inspector Component</title>
<script src="./dist/inspector-component.js"></script>
<link rel="import" href="./inspector-component.html">
</head>
<body>
<inspector-component data="Hello World"></inspector-component>
Expand Down
1 change: 1 addition & 0 deletions inspector-component.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<script src="./dist/inspector-component.js"></script>

0 comments on commit 732aab4

Please sign in to comment.