Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbyron committed Oct 27, 2015
1 parent e84996f commit 9529f94
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-event-source",
"version": "0.0.3",
"description": "A react-native interface for EventSource: Server-Sent Events for iOS",
"version": "0.0.4",
"description": "A react-native component for EventSource: Server-Sent Events for iOS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand All @@ -11,10 +11,17 @@
"type": "git",
"url": "https://github.com/jordanbyron/react-native-event-source"
},
"keywords": [
"react-native",
"react-component",
"ios",
"event-source",
"sse"
],
"author": "Jordan Byron <[email protected]>",
"license": "MIT",
"devDependencies": {
"react-native": "0.*"
"react-native": ">=0.5.0"
},
"peerDependencies": {
"react-native": "0.*"
Expand Down

0 comments on commit 9529f94

Please sign in to comment.