diff options
Diffstat (limited to 'node_modules/babel-plugin-syntax-async-functions/package.json')
-rw-r--r-- | node_modules/babel-plugin-syntax-async-functions/package.json | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/node_modules/babel-plugin-syntax-async-functions/package.json b/node_modules/babel-plugin-syntax-async-functions/package.json deleted file mode 100644 index ef46b578c..000000000 --- a/node_modules/babel-plugin-syntax-async-functions/package.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "babel-plugin-syntax-async-functions", - "version": "6.13.0", - "description": "Allow parsing of async functions", - "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-functions", - "license": "MIT", - "main": "lib/index.js", - "keywords": [ - "babel-plugin" - ], - "dependencies": {}, - "devDependencies": {} -} |