Update package.json to support webpack@5 (#96)
* Update package.json to support webpack@5 * remove unnecessary limit on es6 * update package.json to export whole source Co-authored-by: Phil Pluckthun <phil@kitten.sh>
Austaras 5 years ago 8d0d4f31 c1108636
··· 14 14 "types": "./dist/types/src/Wonka.d.ts", 15 15 "source": "./src/Wonka.ts" 16 16 }, 17 17 - "./package.json": "./package.json" 17 17 + "./package.json": "./package.json", 18 18 + "./": "./" 18 19 }, 19 20 "sideEffects": false, 20 21 "files": [