File tree Expand file tree Collapse file tree 3 files changed +2947
-72
lines changed Expand file tree Collapse file tree 3 files changed +2947
-72
lines changed Original file line number Diff line number Diff line change 1+ version : 2.1
2+ jobs :
3+ build :
4+ docker :
5+ - image : circleci/node:4.8.2
6+ steps :
7+ - checkout
8+ - run : npm ci
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-tcp-socket" ,
33 "title" : " React Native Tcp Socket" ,
4- "version" : " 3 .0.3 " ,
4+ "version" : " 0 .0.0-development " ,
55 "description" : " React Native TCP socket API for Android & iOS" ,
66 "main" : " index.js" ,
77 "scripts" : {
8- "test" : " jest"
8+ "test" : " jest" ,
9+ "semantic-release" : " semantic-release"
910 },
1011 "repository" : {
1112 "type" : " git" ,
12- "url" : " git+ https://github.com/Rapsssito/react-native-tcp-socket.git" ,
13+ "url" : " https://github.com/Rapsssito/react-native-tcp-socket.git" ,
1314 "baseUrl" : " https://github.com/Rapsssito/react-native-tcp-socket"
1415 },
1516 "keywords" : [
3536 "devDependencies" : {
3637 "@babel/core" : " ^7.7.2" ,
3738 "@babel/runtime" : " ^7.7.2" ,
39+ "@semantic-release/github" : " ^5.5.5" ,
3840 "eslint" : " ^6.6.0" ,
3941 "eslint-config-prettier" : " ^6.5.0" ,
4042 "eslint-plugin-prettier" : " ^3.1.1" ,
4143 "jest" : " ^24.9.0" ,
4244 "metro-react-native-babel-preset" : " ^0.57.0" ,
4345 "prettier" : " ^1.18.2" ,
4446 "react" : " 16.9.0" ,
45- "react-native" : " ^0.61.4"
47+ "react-native" : " ^0.61.4" ,
48+ "semantic-release" : " ^15.13.31"
4649 },
4750 "dependencies" : {
4851 "buffer" : " ^5.4.3"
You can’t perform that action at this time.
0 commit comments