automatic-semicolon-insertion
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "automatic-semicolon-insertion", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Insert missing semicolons, remove unneeded ones.", | ||
@@ -10,6 +10,5 @@ "main": "src/index.js", | ||
"scripts": { | ||
"build": "tsc --project .", | ||
"pretest": "yarn build", | ||
"test": "mocha", | ||
"prepare": "yarn build" | ||
"build": "tsc", | ||
"test": "jest", | ||
"prepare": "tsc" | ||
}, | ||
@@ -37,12 +36,16 @@ "repository": { | ||
"@babel/traverse": "^7.2.3", | ||
"@babel/types": "^7.3.2" | ||
"@babel/types": "^7.3.3" | ||
}, | ||
"devDependencies": { | ||
"@babel/parser": "^7.3.2", | ||
"@types/babel__traverse": "^7.0.5", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.12.21", | ||
"mocha": "^5.2.0", | ||
"typescript": "^3.3.1" | ||
"@babel/parser": "^7.3.3", | ||
"@types/babel__traverse": "^7.0.6", | ||
"@types/jest": "^24.0.5", | ||
"@types/node": "^11.9.4", | ||
"jest": "^24.1.0", | ||
"ts-jest": "^23.10.5", | ||
"typescript": "^3.3.3" | ||
}, | ||
"resolutions": { | ||
"**/@babel/types": "7.3.3" | ||
}, | ||
"publishConfig": { | ||
@@ -49,0 +52,0 @@ "registry": "https://registry.npmjs.org/" |
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
8638
7
Updated@babel/types@^7.3.3