@expo/config
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "@expo/config", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "A library for interacting with the app.json", | ||
"main": "build/Config.js", | ||
"scripts": { | ||
"lint": "eslint .", | ||
"watch": "tsc --watch", | ||
"build": "tsc", | ||
"prepare": "yarn build" | ||
"prepare": "yarn run clean && yarn build", | ||
"clean": "rm -rf build ./tsconfig.tsbuildinfo", | ||
"lint": "eslint ." | ||
}, | ||
@@ -32,3 +33,3 @@ "repository": { | ||
"dependencies": { | ||
"@expo/json-file": "^8.1.7", | ||
"@expo/json-file": "^8.1.8", | ||
"find-yarn-workspace-root": "^1.2.1", | ||
@@ -40,3 +41,3 @@ "fs-extra": "^7.0.1", | ||
"devDependencies": { | ||
"@expo/babel-preset-cli": "^0.1.3", | ||
"@expo/babel-preset-cli": "^0.1.4", | ||
"typescript": "3.4.5" | ||
@@ -43,0 +44,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
53925
6
Updated@expo/json-file@^8.1.8