diff --git a/package.json b/package.json index 0a059db..a4793a4 100644 --- a/package.json +++ b/package.json @@ -66,5 +66,12 @@ }, "scripts": { "test": "node ./test.js" + }, + "jspm": { + "map": { + "./index.js": { + "node": "@node/domain" + } + } } -} \ No newline at end of file +}