Skip to content

Commit

Permalink
update package.json module name
Browse files Browse the repository at this point in the history
  • Loading branch information
coreh committed Feb 12, 2014
1 parent 63a9d1c commit c49c723
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions component.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "inherit",
"description": "Prototype inheritance utility",
"version": "0.0.2",
"version": "0.0.3",
"keywords": ["inherit", "utility"],
"dependencies": {},
"scripts": [
"index.js"
]
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "inherit-component",
"name": "component-inherit",
"description": "Prototype inheritance utility",
"version": "0.0.2",
"version": "0.0.3",
"keywords": [
"inherit",
"utility"
Expand All @@ -16,4 +16,4 @@
"type": "git",
"url": "https://github.com/component/inherit.git"
}
}
}

0 comments on commit c49c723

Please sign in to comment.