We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60656cc commit 9b2a7ceCopy full SHA for 9b2a7ce
package.json
@@ -1,8 +1,8 @@
1
{
2
"name": "react-native-animated-background-color-view",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"description": "A modified React Native 'View' component that animates it's 'backgroundColor' when 'color' prop changes.",
5
- "main": "src/index.js",
+ "main": "lib/index.js",
6
"scripts": {
7
"eslint": "./node_modules/.bin/eslint src/ && echo \"\\x1b[102m\\x1b[1m ESLINT \\x1b[0m\" No JavaScript ESLint errors to fix",
8
"eslint:fix": "./node_modules/.bin/eslint --fix src/ && echo \"\\x1b[102m\\x1b[1m ESLINT \\x1b[0m\" ESLint JavaScript errors fixed",
0 commit comments