diff --git a/index.js b/index.js new file mode 100644 index 000000000..a5f8fc8f8 --- /dev/null +++ b/index.js @@ -0,0 +1,4 @@ +/* */ + +require("./dist/schema-form.min"); +require("./dist/bootstrap-decorator"); \ No newline at end of file diff --git a/package.json b/package.json index 7830f477f..d30611e65 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.8.4", "description": "Create complex forms from a JSON schema with angular.", "repository": "Textalk/angular-schema-form", - "main": "dist/schema-form.min.js", + "main": "index.js", "filename": "dist/schema-form.min.js", "homepage": "http://schemaform.io", "scripts": {