We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f682017 commit 0e32692Copy full SHA for 0e32692
bower.json
@@ -1,9 +1,9 @@
1
{
2
"name": "fng-ckeditor",
3
- "version": "0.5.0",
+ "version": "0.5.1",
4
"author": "Mark Chapman <support@forms-angular.org>",
5
"description": "ckEditor plugin for forms-angular. Doesn't do anything apart from drag in components.",
6
- "main": "",
+ "main": ["dummy.js"],
7
"keywords": [
8
"forms-angular"
9
],
dummy.js
@@ -0,0 +1,2 @@
+// Doesn't do anything, but gets wiredep to work properly
+// All this package does is drag in other packages, and now we need something valid in main in bower.json
0 commit comments