Use full filename at browser field

This commit is contained in:
David Frank 2017-05-12 13:04:51 +08:00 committed by GitHub
parent 1dba86665a
commit a170290460
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"version": "2.0.0-alpha.3",
"description": "A light-weight module that brings window.fetch to node.js",
"main": "lib/index.js",
"browser": "./browser",
"browser": "./browser.js",
"module": "lib/index.es.js",
"files": [
"lib/index.js",