Skip to content

Commit adfcf94

Browse files
authored
Fixes "main" path in package.json
1 parent 6ed5373 commit adfcf94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.0.0",
44
"description": "Brutusin json-forms is a JSON Schema to HTML form generator, supporting dynamic subschemas (on the fly resolution). Extensible and customizable library with zero dependencies. Bootstrap add-ons provided",
55
"repository": "idelvall/brutusin-json-forms",
6-
"main": "dist/brutusin-json-forms.min.js",
7-
"filename": "dist/brutusin-json-forms.min.js",
6+
"main": "dist/js/brutusin-json-forms.min.js",
7+
"filename": "dist/js/brutusin-json-forms.min.js",
88
"homepage": "http://brutusin.org/json-forms/",
99
"author": "Ignacio del Valle Alles <idelvall@brutusin.org> (http://brutusin.org)",
1010
"license": "Apache-2.0",

0 commit comments

Comments
 (0)