Skip to content

Commit b433055

Browse files
authored
Merge pull request #729 from mathroc/patch-1
fix package.json main file
2 parents 9ec7448 + e568296 commit b433055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0-alpha.2",
44
"description": "Create complex forms from a JSON schema with angular.",
55
"repository": "json-schema-form/angular-schema-form",
6-
"main": "dist/schema-form.es5.js",
6+
"main": "dist/schema-form.js",
77
"filename": "dist/schema-form.min.js",
88
"homepage": "http://schemaform.io",
99
"scripts": {

0 commit comments

Comments
 (0)