Skip to content

Commit e568296

Browse files
authored
fix package.json main file
dist/schema-form.es5.js does not exists
1 parent 2872043 commit e568296

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)