Skip to content

Commit 9b2a7ce

Browse files
committed
Update main script
1 parent 60656cc commit 9b2a7ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "react-native-animated-background-color-view",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A modified React Native 'View' component that animates it's 'backgroundColor' when 'color' prop changes.",
5-
"main": "src/index.js",
5+
"main": "lib/index.js",
66
"scripts": {
77
"eslint": "./node_modules/.bin/eslint src/ && echo \"\\x1b[102m\\x1b[1m ESLINT \\x1b[0m\" No JavaScript ESLint errors to fix",
88
"eslint:fix": "./node_modules/.bin/eslint --fix src/ && echo \"\\x1b[102m\\x1b[1m ESLINT \\x1b[0m\" ESLint JavaScript errors fixed",

0 commit comments

Comments
 (0)