Skip to content

Commit b24f7d7

Browse files
committed
Starting to integrate the "core" package.
It is built in the final dist bundle so that the user needn't install it seperatly.
1 parent 823d61d commit b24f7d7

File tree

10 files changed

+3924
-1171
lines changed

10 files changed

+3924
-1171
lines changed

.jshintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"undef": true,
33
"unused": true,
44
"browser": true,
5+
"esnext":true,
56
"globals": {
67
"console":false,
78
"assertEquals": false,

bower.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@
4141
"dependencies": {
4242
"angular": ">= 1.2",
4343
"tv4": "~1.0.15",
44-
"angular-sanitize": ">= 1.2",
45-
"objectpath": "~1.1.0"
44+
"angular-sanitize": ">= 1.2"
4645
},
4746
"devDependencies": {
4847
"angular-ui-ace": "bower",

0 commit comments

Comments
 (0)