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

Commit 3eed2ad

Browse files
committed
uses proper repo version
1 parent 1658139 commit 3eed2ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ipfs-core/init.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ module.exports = (repo, opts, callback) => {
3333
}
3434

3535
function writeVersion () {
36-
var version = require('../../package.json').version
37-
36+
const version = '3'
3837
repo.version.set(version, (err) => {
3938
if (err) { return callback(err) }
4039

0 commit comments

Comments
 (0)