File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-animated-background-color-view" ,
3- "version" : " 1.1 .1" ,
3+ "version" : " 1.2 .1" ,
44 "description" : " A modified React Native 'View' component that animates it's 'backgroundColor' when 'color' prop changes." ,
55 "main" : " index.js" ,
66 "scripts" : {
77 "eslint" : " ./node_modules/.bin/eslint src/ --max-warnings=0 && 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" ,
99 "lib:build" : " ./node_modules/.bin/babel src --out-dir lib && echo \"\\ x1b[102m\\ x1b[1m BABEL \\ x1b[0m\" Library built" ,
1010 "lib:clean" : " rm -rf lib/ && echo \"\\ x1b[102m\\ x1b[1m CLEAN \\ x1b[0m\" Library directory removed" ,
11- "lib:copy-package-json" : " cp package.json lib/ && cp README.md lib/ && echo \"\\ x1b[102 \\ x1b[1m COPY \\ x1b[0m\" Copied package.json to library" ,
12- "lib:delete-tests" : " find lib/ -name '**test**' -delete && echo \"\\ x1b[102 \\ x1b[1m DELETE \\ x1b[0m\" Removed tests from library" ,
11+ "lib:copy-package-json" : " cp package.json lib/ && cp README.md lib/ && echo \"\\ x1b[102m \\ x1b[1m COPY \\ x1b[0m\" Copied package.json to library" ,
12+ "lib:delete-tests" : " find lib/ -name '**test**' -delete && echo \"\\ x1b[102m \\ x1b[1m DELETE \\ x1b[0m\" Removed tests from library" ,
1313 "lib:prepublish" : " npm run --silent eslint:fix && npm run --silent lib:clean && npm run --silent lib:build && npm run --silent lib:delete-tests && npm run --silent lib:copy-package-json" ,
1414 "lib:publish" : " npm publish ./lib" ,
1515 "test" : " ./node_modules/.bin/jest --config ./jest.config.json" ,
You can’t perform that action at this time.
0 commit comments