react-native-fit-image
Advanced tools
Comparing version 1.2.2 to 1.3.2
{ | ||
"name": "react-native-fit-image", | ||
"version": "1.2.2", | ||
"version": "1.3.2", | ||
"description": "Responsive image component to fit perfectly itself.", | ||
"main": "FitImage.js", | ||
"main": "dist/FitImage.js", | ||
"scripts": { | ||
"build": "babel src -d dist", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -25,3 +26,12 @@ }, | ||
}, | ||
"homepage": "https://github.com/huiseoul/react-native-fit-image#readme" | ||
"homepage": "https://github.com/huiseoul/react-native-fit-image#readme", | ||
"devDependencies": { | ||
"babel-cli": "^6.8.0", | ||
"babel-preset-react-native": "^1.7.0" | ||
}, | ||
"babel": { | ||
"presets": [ | ||
"react-native" | ||
] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
6649
2
69