Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
uses proper repo version
Browse files Browse the repository at this point in the history
  • Loading branch information
hackergrrl committed Mar 22, 2016
1 parent 1658139 commit 3eed2ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ipfs-core/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ module.exports = (repo, opts, callback) => {
}

function writeVersion () {
var version = require('../../package.json').version

const version = '3'
repo.version.set(version, (err) => {
if (err) { return callback(err) }

Expand Down

0 comments on commit 3eed2ad

Please sign in to comment.