Skip to content

Commit d4790bd

Browse files
committed
finish
1 parent e025145 commit d4790bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# react-native-diff-view [![Build Status](https://travis-ci.org/Monolist/react-native-diff-view.svg?branch=master)](https://travis-ci.org/Monolist/react-native-diff-view)
1+
# react-native-diff-view [![Build Status](https://travis-ci.org/Monolist/react-native-diff-view.svg?branch=master)](https://travis-ci.org/Monolist/react-native-diff-view) ![David](https://img.shields.io/david/monolist/react-native-diff-view)
22

33
A React Native module for parsing and displaying git diffs.

‎package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@monolist/react-native-diff-view",
2+
"name": "react-native-diff-view",
33
"version": "1.0.0",
44
"description": "A react-native module for parsing and displaying git diffs.",
55
"main": "dist/index.js",
@@ -30,8 +30,8 @@
3030
"url": "https://github.com/monolist/react-native-diff-view/issues"
3131
},
3232
"homepage": "https://github.com/monolist/react-native-diff-view#readme",
33+
"private": false,
3334
"publishConfig": {
34-
"registry": "https://npm.pkg.github.com/",
3535
"access": "public"
3636
},
3737
"dependencies": {

0 commit comments

Comments
 (0)