Skip to content

Commit

Permalink
Bump v0.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
n1k0 committed Dec 23, 2015
1 parent bdd16f2 commit 9330724
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ $ npm install react-jsonschema-form --save
As a script dependency served from a CDN:

```html
<script src="https://npmcdn.com/[email protected].0/dist/react-jsonschema-form-0.4.0.js"></script>
<script src="https://npmcdn.com/[email protected].1/dist/react-jsonschema-form-0.4.1.js"></script>
```

Source maps are available at [this url](https://npmcdn.com/[email protected].0/dist/react-jsonschema-form-0.4.0.js.map).
Source maps are available at [this url](https://npmcdn.com/[email protected].1/dist/react-jsonschema-form-0.4.1.js.map).

Note that the CDN version **does not** embed *react* nor *react-dom*.

Expand Down
3 changes: 3 additions & 0 deletions dist/react-jsonschema-form-0.4.1.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/react-jsonschema-form-0.4.1.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-jsonschema-form",
"version": "0.4.0",
"version": "0.4.1",
"description": "A simple React component capable of building HTML forms out of a JSON schema.",
"scripts": {
"build:lib": "rimraf lib && babel -d lib/ src/",
Expand Down

0 comments on commit 9330724

Please sign in to comment.