Event.js icon indicating copy to clipboard operation
Event.js copied to clipboard

Bower

Open rutkoski opened this issue 11 years ago • 1 comments

Hi! I used your code on a project and needed to install it with Bower, so I registered it as a bower package. Now I can install it like this:

bower install mudcube-eventjs

Tanx for the great code!

rutkoski avatar Sep 08 '14 18:09 rutkoski

add bower.json: "eventjs": "mudcube/Event.js"

"overrides": {
"eventjs": {
      "main": [
          "js/Event.js"
      ]
    }
  }

kukac7 avatar Jan 31 '17 15:01 kukac7