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

@@ -4,7 +4,6 @@
"description": "Compile ES2015 classes to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-classes",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},