Skip to content

Commit

Permalink
updating package name
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipskevin committed Jan 21, 2020
1 parent 23b96bf commit 47f16b6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "react-to-webcomponent",
"name": "react-to-can-webcomponent",
"version": "0.0.1",
"description": "Convert react components to native Web Components.",
"main": "react-to-webcomponent",
"description": "Convert react components to native Web Components that work with CanJS.",
"main": "react-to-can-webcomponent",
"dependencies": {},
"devDependencies": {
"@webcomponents/custom-elements": "^1.2.4",
Expand All @@ -28,7 +28,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitovi/react-to-webcomponent.git"
"url": "git+https://github.com/bitovi/react-to-can-webcomponent.git"
},
"keywords": [
"React",
Expand All @@ -38,7 +38,7 @@
"author": "Bitovi",
"license": "MIT",
"bugs": {
"url": "https://github.com/bitovi/react-to-webcomponent/issues"
"url": "https://github.com/bitovi/react-to-can-webcomponent/issues"
},
"homepage": "https://github.com/bitovi/react-to-webcomponent#readme"
"homepage": "https://github.com/bitovi/react-to-can-webcomponent#readme"
}

0 comments on commit 47f16b6

Please sign in to comment.