Skip to content

Commit d473cd6

Browse files
committed
Added initial version
pulling in json-schema-form-core and angular-schema-form
1 parent c8f3e3f commit d473cd6

12 files changed

+4109
-100
lines changed

bower.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"name": "angular-schema-form-bootstrap",
3+
"version": "1.0.0-alpha.1",
34
"authors": [
4-
"David Jensen (Textalk) <[email protected]>"
5+
"David Jensen (Textalk) <[email protected]>",
6+
"Marcel Bennett <[email protected]>"
57
],
68
"description": "Bootstrap 3 decorator for Angular Schema Form",
7-
"main": "bootstrap-decorator.js",
9+
"main": "dist/bootstrap-decorator.js",
810
"keywords": [
911
"angular-schema-form-decorator",
1012
"json-schema",
@@ -21,7 +23,7 @@
2123
"tests"
2224
],
2325
"dependencies": {
24-
"angular-schema-form": ">= 0.8.7"
26+
"angular-schema-form": ">=0.8.13"
2527
},
2628
"devDependencies": {
2729
"angular-ui-ace": "bower",

0 commit comments

Comments
 (0)