chore: specify package type (#10849)

This commit is contained in:
Huáng Jùnliàng
2020-01-09 21:40:15 -05:00
committed by GitHub
parent 44f9d85904
commit e8dac621de
154 changed files with 154 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
"description": "Allow parsing of partial application syntax",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-partial-application",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},