@knit/depcheck
Advanced tools
Comparing version 0.0.7 to 0.0.15
@@ -7,7 +7,9 @@ { | ||
}, | ||
"private": false, | ||
"name": "@knit/depcheck", | ||
"description": "Depcheck parsers for knit", | ||
"version": "0.0.7", | ||
"version": "0.0.15", | ||
"readme": "ERROR: No README data found!", | ||
"_id": "@knit/depcheck@0.0.15", | ||
"main": "index.js", | ||
"private": false, | ||
"repository": { | ||
@@ -25,5 +27,5 @@ "type": "git", | ||
"dependencies": { | ||
"lodash": "4.16.4", | ||
"depcheck": "0.6.4", | ||
"pify": "2.3.0", | ||
"lodash": "4.16.4", | ||
"babylon": "6.13.0" | ||
@@ -30,0 +32,0 @@ }, |
@@ -8,3 +8,15 @@ /* @flow weak */ | ||
sourceType: 'module', | ||
plugins: ['jsx', 'flow'], | ||
plugins: [ | ||
'jsx', | ||
'flow', | ||
'doExpressions', | ||
'objectRestSpread', | ||
'decorators', | ||
'classProperties', | ||
'exportExtensions', | ||
'asyncGenerators', | ||
'functionBind', | ||
'functionSent', | ||
'dynamicImport', | ||
], | ||
}) | ||
@@ -11,0 +23,0 @@ ); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2
6266
11
138