diff --git a/.gitignore b/.gitignore index 723ef36..61acb19 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.idea \ No newline at end of file +.idea +*.log \ No newline at end of file diff --git a/bower.json b/bower.json index 337f4db..433a67e 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "fng-ckeditor", - "version": "0.4.0-alpha.1", + "version": "0.4.0-alpha.2", "authors": [ "Mark Chapman " ], @@ -12,15 +12,11 @@ "license": "MIT", "homepage": "www.forms-angular.org", "dependencies": { - "angular": "1.3.0-beta.10", "jquery": ">=1.8", "jquery-ui": "1", "ng-ckeditor": "0.2.1", "ckeditor": "*" }, - "resolutions": { - "angular": "1.3.0-beta.10" - }, "ignore": [ "**/.*", "node_modules",