Skip to content

Commit 9974dd5

Browse files
committed
Updated to use webpack build of ASF
Updated the code to build with npm and webpack, still needs some gulp tasks removed, but most tasks can be run from npm. The webpack build embeds angular-schema-form, json-schema-form-core and objectpath.
1 parent 68c07af commit 9974dd5

16 files changed

+4269
-38
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ bower_components
102102
node_modules
103103

104104
material-decorator.js
105-
material-decorator.min.js
105+
material-decorator.min.js

bower.json

+6-10
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"Marcel Bennett <[email protected]>"
66
],
77
"description": "Angular Material decorator for Angular Schema Form",
8-
"main": "material-decorator.js",
8+
"main": "dist/material-decorator.js",
99
"keywords": [
1010
"angular-schema-form-decorator",
1111
"angular material",
@@ -22,18 +22,14 @@
2222
"tests"
2323
],
2424
"dependencies": {
25-
"angular-schema-form": ">=0.8.13",
26-
"angular": "1.5.5",
27-
"angular-material": "1.0.7",
28-
"angular-animate": "1.4",
29-
"angular-sanitize": "1.4"
25+
"angular-schema-form": ">=0.8.13"
3026
},
3127
"devDependencies": {
28+
"angular": "1.5.5",
29+
"angular-animate": "1.4",
30+
"angular-material": "1.1.1",
31+
"angular-sanitize": "1.4",
3232
"angular-ui-ace": "~0.2.3",
3333
"moment": "~2.10.6"
34-
},
35-
"resolutions": {
36-
"angular-material": "^1.0.7",
37-
"angular": "^1.5.5"
3834
}
3935
}

0 commit comments

Comments
 (0)