From 61bb98338d2c53579c4e7c73077f932c5d17d6d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicklas=20B=C3=B6rjesson?= Date: Thu, 30 Jul 2015 01:22:04 +0200 Subject: [PATCH] Add npm/jspm-compliant index.js --- index.js | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 index.js 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": {