Skip to content

Commit 0e32692

Browse files
committed
fix(setup) Fixes problem where wiredep now needs something in main to pick up dependencies
1 parent f682017 commit 0e32692

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "fng-ckeditor",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"author": "Mark Chapman <support@forms-angular.org>",
55
"description": "ckEditor plugin for forms-angular. Doesn't do anything apart from drag in components.",
6-
"main": "",
6+
"main": ["dummy.js"],
77
"keywords": [
88
"forms-angular"
99
],

dummy.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Doesn't do anything, but gets wiredep to work properly
2+
// All this package does is drag in other packages, and now we need something valid in main in bower.json

0 commit comments

Comments
 (0)