Skip to content

Commit

Permalink
revert package changes
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran committed Nov 5, 2024
1 parent 428a992 commit b583a3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "demo",
"version": "0.0.1",
"name": "raygun4reactnativedemo",
"version": "1.0.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"start": "react-native start",
"test": "jest"
},
Expand Down

0 comments on commit b583a3e

Please sign in to comment.