Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
v0.0.3: Use package.json:name inference for component name.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-roemer committed Oct 30, 2015
1 parent 0bdcaf3 commit c7e3419
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
History
=======

## 0.0.3

* Infer component name off `package.json:name` instead of `src/index.js`.

## 0.0.2

* Fix dependency bug.
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": "builder-react-component",
"version": "0.0.2",
"version": "0.0.3",
"description": "Builder Archetype - React Component",
"repository": {
"type": "git",
Expand Down

0 comments on commit c7e3419

Please sign in to comment.