Skip to content

Commit

Permalink
Rename package.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkmiecik committed Nov 9, 2021
1 parent ac1c6c4 commit d0f40b5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, {useState} from "react";
import {StatusBar} from 'expo-status-bar';
import {StyleSheet, View} from 'react-native';

import Pill, { DataStructure } from 'react-native-pill';
import Pill, { DataStructure } from 'react-native-collapsible-tree';

import { dataStructure } from './data';
import Button from "./Button";
Expand Down
2 changes: 1 addition & 1 deletion example/data.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { DataStructure } from 'react-native-pill';
import { DataStructure } from 'react-native-collapsible-tree';

export const dataStructure: DataStructure[] = [
{
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "react-native-pill",
"name": "react-native-collapsible-tree",
"version": "0.1.0",
"author": "Luke Czyszczonik",
"repository": {
"type": "git",
"url": "git+https://github.com/productbrew/rn-pill"
"url": "git+https://github.com/productbrew/react-native-collapsible-tree"
},
"license": "MIT",
"main": "lib/commonjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"baseUrl": ".",
"paths": {
"react-native-pill": ["./src/index"]
"react-native-collapsible-tree": ["./src/index"]
},
"allowUnreachableCode": false,
"allowUnusedLabels": false,
Expand Down

0 comments on commit d0f40b5

Please sign in to comment.