diff --git a/package.json b/package.json index 427ea54..5c155b5 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,7 @@ "name": "multicodec", "version": "0.1.1", "description": "JavaScript implementation of the multicodec-packed specification", - "main": "lib/index.js", - "jsnext:main": "src/index.js", + "main": "src/index.js", "scripts": { "lint": "aegir-lint", "test": "aegir-test", @@ -53,4 +52,4 @@ "kumavis ", "wanderer " ] -} \ No newline at end of file +}