This repository was archived by the owner on Apr 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 44 "description" : " A react-native interface for EventSource: Server-Sent Events for iOS" ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "test" : " echo \" Error: no test specified\" && exit 1"
7+ "test" : " echo \" Error: no test specified\" && exit 1" ,
8+ "postinstall" : " scripts/postinstall"
89 },
910 "repository" : {
1011 "type" : " git" ,
11- "url" : " github.com: jordanbyron/react-native-event-source.git "
12+ "url" : " https:// github.com/ jordanbyron/react-native-event-source"
1213 },
13- "author" : " Jordan Byron <jordanbyron .com>" ,
14+ "author" : " Jordan Byron <jordan.byron@gmail .com>" ,
1415 "license" : " MIT" ,
1516 "devDependencies" : {
1617 "react-native" : " ^0.5.0"
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env sh
2+
3+ echo " ----------------------------------------------------------------------"
4+ echo " Thanks for installing react-native-event-source!"
5+ echo " " # Blank line
6+ echo " To finish adding this to your project follow these instructions"
7+ echo " " # Blank line
8+ echo " https://github.com/jordanbyron/react-native-event-source#installing"
9+ echo " ----------------------------------------------------------------------"
You can’t perform that action at this time.
0 commit comments