Skip to content

Commit

Permalink
chore: add org scope to package name
Browse files Browse the repository at this point in the history
  • Loading branch information
francisli committed Jan 20, 2024
1 parent 5111296 commit 0e32c4f
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
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-cm-pedometer",
"name": "@sfcivictech/react-native-cm-pedometer",
"version": "0.0.0",
"description": "React Native iOS Core Motion CMPedometer",
"main": "lib/commonjs/index",
Expand Down
62 changes: 31 additions & 31 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3065,6 +3065,37 @@ __metadata:
languageName: node
linkType: hard

"@sfcivictech/react-native-cm-pedometer@workspace:.":
version: 0.0.0-use.local
resolution: "@sfcivictech/react-native-cm-pedometer@workspace:."
dependencies:
"@commitlint/config-conventional": ^17.0.2
"@evilmartians/lefthook": ^1.5.0
"@react-native/eslint-config": ^0.72.2
"@release-it/conventional-changelog": ^5.0.0
"@types/jest": ^28.1.2
"@types/react": ~17.0.21
"@types/react-native": 0.70.0
commitlint: ^17.0.2
del-cli: ^5.0.0
eslint: ^8.4.1
eslint-config-prettier: ^8.5.0
eslint-plugin-prettier: ^4.0.0
jest: ^28.1.1
pod-install: ^0.1.0
prettier: ^2.0.5
react: 18.2.0
react-native: 0.73.2
react-native-builder-bob: ^0.23.2
release-it: ^15.0.0
turbo: ^1.10.7
typescript: ^5.0.2
peerDependencies:
react: "*"
react-native: "*"
languageName: unknown
linkType: soft

"@sideway/address@npm:^4.1.4":
version: 4.1.4
resolution: "@sideway/address@npm:4.1.4"
Expand Down Expand Up @@ -10827,37 +10858,6 @@ __metadata:
languageName: unknown
linkType: soft

"react-native-cm-pedometer@workspace:.":
version: 0.0.0-use.local
resolution: "react-native-cm-pedometer@workspace:."
dependencies:
"@commitlint/config-conventional": ^17.0.2
"@evilmartians/lefthook": ^1.5.0
"@react-native/eslint-config": ^0.72.2
"@release-it/conventional-changelog": ^5.0.0
"@types/jest": ^28.1.2
"@types/react": ~17.0.21
"@types/react-native": 0.70.0
commitlint: ^17.0.2
del-cli: ^5.0.0
eslint: ^8.4.1
eslint-config-prettier: ^8.5.0
eslint-plugin-prettier: ^4.0.0
jest: ^28.1.1
pod-install: ^0.1.0
prettier: ^2.0.5
react: 18.2.0
react-native: 0.73.2
react-native-builder-bob: ^0.23.2
release-it: ^15.0.0
turbo: ^1.10.7
typescript: ^5.0.2
peerDependencies:
react: "*"
react-native: "*"
languageName: unknown
linkType: soft

"react-native@npm:0.73.2":
version: 0.73.2
resolution: "react-native@npm:0.73.2"
Expand Down

0 comments on commit 0e32c4f

Please sign in to comment.