Skip to content

Commit bca2d6c

Browse files
authored
Merge pull request #44 from Saqib92/master
Free Drawing Mode Added
2 parents f8771d5 + a3dca32 commit bca2d6c

File tree

7 files changed

+29120
-115
lines changed

7 files changed

+29120
-115
lines changed

angular.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
3-
"version": 1,
3+
"version": 1,
44
"newProjectRoot": "projects",
55
"projects": {
66
"angular-editor-fabric-js-app": {
@@ -165,6 +165,10 @@
165165
}
166166
}
167167
}
168-
}},
169-
"defaultProject": "angular-editor-fabric-js-app"
170-
}
168+
}
169+
},
170+
"defaultProject": "angular-editor-fabric-js-app",
171+
"cli": {
172+
"analytics": "45fc0ac5-6d55-4254-98db-3e87ba5a084f"
173+
}
174+
}

0 commit comments

Comments
 (0)