Skip to content

Commit

Permalink
devDeps to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkirtzel committed Mar 19, 2024
1 parent fc447d0 commit 2a2f7b0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 20 deletions.
12 changes: 3 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions packages/clients/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@
"dependencies": {
"@elbwalker/utils": "3.1.0"
},
"devDependencies": {
"@elbwalker/types": "1.1.0"
},
"devDependencies": {},
"repository": {
"url": "git+https://github.com/elbwalker/walkerOS.git",
"directory": "packages/clients/node"
Expand Down
5 changes: 2 additions & 3 deletions packages/clients/walkerjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@
"lint": "eslint \"**/*.ts*\"",
"test": "jest --colors --coverage"
},
"devDependencies": {
"@elbwalker/utils": "3.1.0",
"@elbwalker/types": "1.1.0"
"dependencies": {
"@elbwalker/utils": "3.1.0"
},
"repository": {
"url": "git+https://github.com/elbwalker/walkerOS.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/destinations/web/google-ga4/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import type {
// Types
export * as DestinationGoogleGA4 from './types';

const destinationGoogleGA4: Destination = {
export const destinationGoogleGA4: Destination = {
type: 'google-ga4',

config: { custom: { measurementId: '' } },
Expand Down
3 changes: 0 additions & 3 deletions packages/stacks/firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
"@elbwalker/utils": "3.1.0",
"firebase-functions": "^4.4.1"
},
"devDependencies": {
"@elbwalker/types": "1.1.0"
},
"repository": {
"url": "git+https://github.com/elbwalker/walkerOS.git",
"directory": "packages/stacks/firebase"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint": "eslint \"**/*.ts*\"",
"test": "jest --colors --coverage"
},
"devDependencies": {
"dependencies": {
"@elbwalker/types": "1.1.0"
},
"repository": {
Expand Down

0 comments on commit 2a2f7b0

Please sign in to comment.