Skip to content

Commit

Permalink
build: turn back scope
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim vasin committed Nov 3, 2022
1 parent e420be2 commit b9fdb6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import { Alert, Button, StyleSheet, Text, View } from 'react-native';
import Matomo from 'react-native-matomo';
import Matomo from '@mcctomsk/react-native-matomo';
import { useCallback } from 'react';

export default function App() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "react-native-matomo",
"name": "@mcctomsk/react-native-matomo",
"version": "0.1.18",
"description": "Matomo wrapper for React-Native. Supports Android and iOS. Fixed issues for native platforms build that are present in the official package.",
"main": "lib/commonjs/index",
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-matomo": ["./src/index"]
"@mcctomsk/react-native-matomo": ["./src/index"]
},
"allowUnreachableCode": false,
"allowUnusedLabels": false,
Expand Down

0 comments on commit b9fdb6c

Please sign in to comment.