Skip to content

Commit

Permalink
Use bower.json instead of package.json for version
Browse files Browse the repository at this point in the history
package.json has a lot more info and we just want the version field
  • Loading branch information
jhchen committed May 26, 2014
1 parent 279891c commit d79d2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quill.coffee
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_ = require('lodash')
_.str = require('underscore.string')
pkg = require('../package.json')
pkg = require('../bower.json')
EventEmitter2 = require('eventemitter2').EventEmitter2
DOM = require('./dom')
Editor = require('./editor')
Expand Down

0 comments on commit d79d2e2

Please sign in to comment.