Revert "chore: specify package type (#10849)" (#11003)

This reverts commit e8dac621de.

Fixes installs when using npm <= 3.9.5 (Node.js <= 6.2.2)
This commit is contained in:
Nicolò Ribaudo
2020-01-13 21:18:42 +01:00
committed by GitHub
parent d0a8982c12
commit 8fce431d88
147 changed files with 0 additions and 147 deletions

View File

@@ -3,7 +3,6 @@
"version": "7.8.0",
"description": "babel's modular runtime helpers with core-js@3 polyfilling",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},