fix: .babelrc was still referencing iris

This commit is contained in:
Adam Pash 2016-09-19 13:56:19 -04:00
parent f58ccec7aa
commit c4f06c7ebc

View File

@ -13,7 +13,7 @@
"./resource": "resource", "./resource": "resource",
"./extractors": "extractors", "./extractors": "extractors",
"./test-helpers.js": "test-helpers", "./test-helpers.js": "test-helpers",
"./iris.js": "iris" "./mercury.js": "mercury"
} }
}] }]
] ]