Skip to content

Commit 005ac2f

Browse files
committed
Update dependencies and 'main'
1 parent a2fbb0c commit 005ac2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "angular-schema-form-bootstrap",
33
"version": "1.0.0-alpha.3",
44
"description": "Bootstrap 3 decorator for Angular Schema Form",
5-
"main": "dist/bootstrap-decorator.js",
5+
"main": "dist/angular-schema-form-bootstrap.js",
66
"scripts": {
77
"build": "webpack",
88
"dist": "webpack --config webpack.config.dist.js",
@@ -23,6 +23,7 @@
2323
"angular": ">= 1.2",
2424
"angular-messages": "^1.5.0",
2525
"angular-sanitize": ">= 1.2",
26+
"angular-schema-form": "^1.0.0-alpha.3",
2627
"tv4": "~1.0.15"
2728
},
2829
"devDependencies": {

0 commit comments

Comments
 (0)