We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cheeriojs
fb55
Learn more about funding links in repositories.
Report abuse
1 parent d0551dc commit 7b59afbCopy full SHA for 7b59afb
index.js
@@ -8,4 +8,4 @@ exports = module.exports = require('./lib/cheerio');
8
Export the version
9
*/
10
11
-exports.version = require('./package').version;
+exports.version = require('./package.json').version;
Could this be published to npm?
Yes, please. This is currently breaking our test runner. Would be superb to have this published.
2 commit comments
ItsCosmo commentedon Apr 11, 2016
Could this be published to npm?
levithomason commentedon Apr 12, 2016
Yes, please. This is currently breaking our test runner. Would be superb to have this published.