Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit 12f18ab

Browse files
fix: correct references in package.json
1 parent 5c977df commit 12f18ab

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ build/Release
2525
# Dependency directory
2626
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
2727
node_modules
28+
29+
test

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "ipld",
33
"version": "0.5.0",
44
"description": "JavaScript implementation of the IPLD (InterpPlanetary Linked Data)",
5-
"main": "src/index.js",
5+
"main": "lib/index.js",
6+
"jsnext:main": "src/index.js",
67
"scripts": {
78
"test": "dignified-test",
89
"test:browser": "dignified-test browser",

0 commit comments

Comments
 (0)