From e5682967d8d62b94080c4ffa71d9451e334e9c73 Mon Sep 17 00:00:00 2001 From: Mathieu Rochette Date: Mon, 27 Jun 2016 11:28:18 +0200 Subject: [PATCH] fix package.json main file dist/schema-form.es5.js does not exists --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ec4c2514..b46abed54 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0-alpha.2", "description": "Create complex forms from a JSON schema with angular.", "repository": "json-schema-form/angular-schema-form", - "main": "dist/schema-form.es5.js", + "main": "dist/schema-form.js", "filename": "dist/schema-form.min.js", "homepage": "http://schemaform.io", "scripts": {