Skip to content

Commit

Permalink
Typo in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlgj committed Apr 20, 2015
1 parent 04ac040 commit ff0d27c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
v0.8.2
-------
* Fix embarrassing typo in package.json

v0.8.1
------
* Fixed order of error messages, thanks @davidlgj
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -4,7 +4,7 @@
"dist/schema-form.js",
"dist/bootstrap-decorator.js"
],
"version": "0.8.1",
"version": "0.8.2",
"authors": [
"Textalk",
"David Jensen <david.lgj@gmail.com>",
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "angular-schema-form",
"version": "0.8.1",
"version": "0.8.2",
"description": "Create complex forms from a JSON schema with angular.",
"repository": "Textalk/angular-schema-form",
"main": "dist/schema-form.min.js",
Expand All @@ -13,7 +13,7 @@
"David Jensen <david.lgj@gmail.com> (https://github.com/davidlgj)",
"Denis Dervisevic <denis@dervisevic.se> (https://github.com/Dervisevic)",
"Cameron Edwards (https://github.com/cameronprattedwards)",
"Mike Marcacci (https://github.com/mike-marcacci)",
"Mike Marcacci (https://github.com/mike-marcacci)"
],
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit ff0d27c

Please sign in to comment.