@expo/json-file
Advanced tools
Comparing version 8.2.12 to 8.2.13
{ | ||
"name": "@expo/json-file", | ||
"version": "8.2.12", | ||
"version": "8.2.13", | ||
"description": "A module for reading, writing, and manipulating JSON files", | ||
@@ -10,3 +10,3 @@ "main": "build/JsonFile.js", | ||
"prepare": "yarn run clean && yarn build", | ||
"clean": "rm -rf build ./tsconfig.tsbuildinfo", | ||
"clean": "rimraf build ./tsconfig.tsbuildinfo", | ||
"lint": "eslint .", | ||
@@ -40,3 +40,3 @@ "test": "jest" | ||
"devDependencies": { | ||
"@expo/babel-preset-cli": "0.2.10", | ||
"@expo/babel-preset-cli": "0.2.11", | ||
"@types/babel__code-frame": "^7.0.1", | ||
@@ -46,3 +46,4 @@ "@types/fs-extra": "^7.0.0", | ||
"@types/lodash": "^4.14.135", | ||
"@types/write-file-atomic": "^2.1.1" | ||
"@types/write-file-atomic": "^2.1.1", | ||
"rimraf": "^3.0.2" | ||
}, | ||
@@ -49,0 +50,0 @@ "publishConfig": { |
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
34477
7