Skip to content

Commit ff0d27c

Browse files
committed
Typo in package.json
1 parent 04ac040 commit ff0d27c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v0.8.2
2+
-------
3+
* Fix embarrassing typo in package.json
4+
15
v0.8.1
26
------
37
* Fixed order of error messages, thanks @davidlgj

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dist/schema-form.js",
55
"dist/bootstrap-decorator.js"
66
],
7-
"version": "0.8.1",
7+
"version": "0.8.2",
88
"authors": [
99
"Textalk",
1010
"David Jensen <[email protected]>",

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-schema-form",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "Create complex forms from a JSON schema with angular.",
55
"repository": "Textalk/angular-schema-form",
66
"main": "dist/schema-form.min.js",
@@ -13,7 +13,7 @@
1313
"David Jensen <[email protected]> (https://github.com/davidlgj)",
1414
"Denis Dervisevic <[email protected]> (https://github.com/Dervisevic)",
1515
"Cameron Edwards (https://github.com/cameronprattedwards)",
16-
"Mike Marcacci (https://github.com/mike-marcacci)",
16+
"Mike Marcacci (https://github.com/mike-marcacci)"
1717
],
1818
"license": "MIT",
1919
"dependencies": {

0 commit comments

Comments
 (0)