KillerCodeMonkey / ng-quill

AngularJS Component for Quill rich text editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bower.json main is incorrect in release 3.7.0

finneym opened this issue · comments

The main was updated from src to dist, but the bower release file structure was never updated.
Thanks,
Max

{
  "name": "ngQuill",
  "version": "3.7.0",
  "main": ["dist/ng-quill.js"],
  "description": "AngularJS directive for the QuillJS rich text editor",
  "authors": [
    "Bengt Weiße <bengtler@gmail.com>"
  ],
  "ignore": [
    "bower_components",
    "node_modules",
    "spec",
    "demo.html",
    "package.json",
    "Gruntfile.js"
  ],
  "dependencies": {
    "quill": "^1.1.5",
    "angular": "^1.5.8"
  },
  "keywords": [
    "quill",
    "rich text",
    "angularjs",
    "angular",
    "directive",
    "editor",
    "wysiwyg"
  ],
  "license": "MIT"
}

Yeah I also noticed that when I update the version to the latest. May I ask why you decided to remove the dist folder/min version?