HenrikJoreteg / wildemitter

A super lightweight EventEmitter similar to what comes in Node.js, but with a support for wildcard events '*'
MIT License
213 stars 21 forks source link

Remove version from Bower.json #16

Closed kohenkatz closed 8 years ago

kohenkatz commented 8 years ago

Bower's official spec says that including a version field in the bower.json file is no longer supported. Instead, version information is supposed to come only from Git tags.

The version number in the file right now is wrong, which causes the following error when installing WildEmitter from Bower:

mismatch Version declared in the json (1.1.0) is different than the resolved one (1.2.0)

Instead of updating it to the proper version number, it should just be removed.