Skip to content

Commit bf59452

Browse files
authored
Merge pull request #155 from pusher/hardcode-package-json
hardcode package.json. a jab at #152 and #66
2 parents 2ef620f + 65f8177 commit bf59452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = require("../package").version
1+
module.exports = require("../package.json").version

0 commit comments

Comments
 (0)