include jspm 0.17 environment maps for Node support

This commit is contained in:
guybedford
2015-11-28 01:19:35 +02:00
parent 13c4c26fbf
commit 8deeb83b8a
21 changed files with 148 additions and 3 deletions
@@ -0,0 +1,8 @@
{
"map": {
"./main.js": {
"node": "@node/os",
"browser": "./browser.js"
}
}
}