We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2fbb0c commit 005ac2fCopy full SHA for 005ac2f
package.json
@@ -2,7 +2,7 @@
2
"name": "angular-schema-form-bootstrap",
3
"version": "1.0.0-alpha.3",
4
"description": "Bootstrap 3 decorator for Angular Schema Form",
5
- "main": "dist/bootstrap-decorator.js",
+ "main": "dist/angular-schema-form-bootstrap.js",
6
"scripts": {
7
"build": "webpack",
8
"dist": "webpack --config webpack.config.dist.js",
@@ -23,6 +23,7 @@
23
"angular": ">= 1.2",
24
"angular-messages": "^1.5.0",
25
"angular-sanitize": ">= 1.2",
26
+ "angular-schema-form": "^1.0.0-alpha.3",
27
"tv4": "~1.0.15"
28
},
29
"devDependencies": {
0 commit comments