Skip to content

Commit

Permalink
1.1.2-0
Browse files Browse the repository at this point in the history
  • Loading branch information
vikeri committed Mar 7, 2017
1 parent 7ccdbc1 commit e2a91e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "react-native-background-job",
"version": "1.1.1",
"version": "1.1.2-0",
"description": "Schedule background jobs in React Native that run your JavaScript when your app is in the background.",
"main": "index.js",
"repository": "https://github.com/vikeri/react-native-background-job",
"repository": "https://github.com/vikeri/react-native-background-job",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"document": "documentation readme --readme-file README.md -s \"API\" -g"
},
"keywords": [
"react-native",
"background-job"
"background-job"
],
"author": "Viktor Eriksson <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit e2a91e5

Please sign in to comment.