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

Commit

Permalink
fix: correct references in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Apr 11, 2016
1 parent 5c977df commit 12f18ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ build/Release
# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules

test
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "ipld",
"version": "0.5.0",
"description": "JavaScript implementation of the IPLD (InterpPlanetary Linked Data)",
"main": "src/index.js",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
"scripts": {
"test": "dignified-test",
"test:browser": "dignified-test browser",
Expand Down

0 comments on commit 12f18ab

Please sign in to comment.