Skip to content

Commit e9883d6

Browse files
committed
Update to package file for 0.8.14
1 parent 1b0ddf9 commit e9883d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"name": "angular-schema-form",
33
"version": "0.8.14",
44
"description": "Create complex forms from a JSON schema with angular.",
5-
"repository": "Textalk/angular-schema-form",
5+
"repository": "json-schema-form/angular-schema-form",
66
"main": "dist/schema-form.min.js",
77
"filename": "dist/schema-form.min.js",
88
"homepage": "http://schemaform.io",
99
"scripts": {
1010
"test": "rm -fr coverage && ./node_modules/karma/bin/karma start --single-run --browsers PhantomJS karma.conf.js && find coverage/ -name lcov.info -print0 | xargs -0 cat | ./node_modules/coveralls/bin/coveralls.js"
1111
},
12-
"author": "Textalk",
12+
"author": "json-schema-form",
1313
"contributors": [
1414
"David Jensen <[email protected]> (https://github.com/davidlgj)",
1515
"Denis Dervisevic <[email protected]> (https://github.com/Dervisevic)",

0 commit comments

Comments
 (0)