Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
fix: explicitly require .json ext of base-table
Browse files Browse the repository at this point in the history
Fixes #96
  • Loading branch information
rvagg authored and vmx committed Jan 14, 2020
1 parent fba7dd4 commit a9898ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const mh = require('multihashes')
const multibase = require('multibase')
const multicodec = require('multicodec')
const codecs = require('multicodec/src/base-table')
const codecs = require('multicodec/src/base-table.json')
const CIDUtil = require('./cid-util')
const withIs = require('class-is')

Expand Down

0 comments on commit a9898ff

Please sign in to comment.