From: Guy Bedford Date: Mon, 30 Nov 2015 15:46:22 +0000 (+0200) Subject: jspm configuration support X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=d79b54fc8193c8e58d17b3a295778e1e8732512c;p=buffer.git jspm configuration support --- diff --git a/package.json b/package.json index a1950a4..4022b54 100644 --- a/package.json +++ b/package.json @@ -63,5 +63,12 @@ "test/_polyfill.js", "perf/*.js" ] + }, + "jspm": { + "map": { + "./index.js": { + "node": "@node/buffer" + } + } } }