File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-animated-background-color-view" ,
3
- "version" : " 1.1 .1" ,
3
+ "version" : " 1.2 .1" ,
4
4
"description" : " A modified React Native 'View' component that animates it's 'backgroundColor' when 'color' prop changes." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"eslint" : " ./node_modules/.bin/eslint src/ --max-warnings=0 && echo \"\\ x1b[102m\\ x1b[1m ESLINT \\ x1b[0m\" No JavaScript ESLint errors to fix" ,
8
8
"eslint:fix" : " ./node_modules/.bin/eslint --fix src/ && echo \"\\ x1b[102m\\ x1b[1m ESLINT \\ x1b[0m\" ESLint JavaScript errors fixed" ,
9
9
"lib:build" : " ./node_modules/.bin/babel src --out-dir lib && echo \"\\ x1b[102m\\ x1b[1m BABEL \\ x1b[0m\" Library built" ,
10
10
"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" ,
13
13
"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" ,
14
14
"lib:publish" : " npm publish ./lib" ,
15
15
"test" : " ./node_modules/.bin/jest --config ./jest.config.json" ,
You can’t perform that action at this time.
0 commit comments