From d79b54fc8193c8e58d17b3a295778e1e8732512c Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Mon, 30 Nov 2015 17:46:22 +0200 Subject: [PATCH] jspm configuration support --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) 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" + } + } } } -- 2.34.1