Skip to content

Commit

Permalink
Merge pull request GantMan#299 from GantMan/chore/remove-unnecessary-…
Browse files Browse the repository at this point in the history
…changelog

chore: remove unnecessary changelog
  • Loading branch information
kmye committed Dec 5, 2024
2 parents dcd1edb + ad8a51d commit 1574d02
Show file tree
Hide file tree
Showing 6 changed files with 3,786 additions and 2,026 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@ local.properties
#
node_modules/
npm-debug.log

# Ignore yarn files.
#
.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
yarn-error.log

# BUCK
Expand Down
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
3 changes: 0 additions & 3 deletions CHANGELOG.md

This file was deleted.

Binary file added ExampleProject/.yarn/install-state.gz
Binary file not shown.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"description": "A React Native module for identifying jail-broken, rooted, or mock locations on iOS and Android",
"devDependencies": {
"np": "^10.1.0"
"np": "^9.2.0"
},
"homepage": "https://github.com/GantMan/jail-monkey#readme",
"keywords": [
Expand Down Expand Up @@ -61,5 +61,6 @@
"ts-check": "npx tsc jailmonkey.d.ts --noEmit"
},
"typings": "./jailmonkey.d.ts",
"version": "2.8.1"
"version": "2.8.0",
"packageManager": "[email protected]+sha512.341db9396b6e289fecc30cd7ab3af65060e05ebff4b3b47547b278b9e67b08f485ecd8c79006b405446262142c7a38154445ef7f17c1d5d1de7d90bf9ce7054d"
}
Loading

0 comments on commit 1574d02

Please sign in to comment.