Skip to content

Commit

Permalink
type fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pankaj Patel committed Nov 1, 2017
1 parent 3d96868 commit a3abde8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# inspecter-component [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/pankajpatel/inspector-component)
# inspector-component [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/pankajpatel/inspector-component)

Inspecter webcomponent based on react-inspector
Inspector webcomponent based on react-inspector

## Installation

Expand Down
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "inspecter-component",
"name": "inspector-component",
"version": "0.1.3",
"description": "Inspecter webcomponent based on react-inspector",
"description": "Inspector webcomponent based on react-inspector",
"license": "MIT",
"main": [
"inspector-component.html",
"dist/inspecter-component.js"
"dist/inspector-component.js"
],
"keywords": [
"web-components"
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": "inspector-component",
"version": "0.1.3",
"version": "0.1.4",
"main": "lib/index.js",
"repository": "[email protected]:pankajpatel/inspector-component.git",
"author": "Pankaj Patel <[email protected]>",
Expand Down

0 comments on commit a3abde8

Please sign in to comment.