Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Rename packages to match names
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkoops committed Sep 4, 2020
1 parent b56ca50 commit 77458b8
Show file tree
Hide file tree
Showing 26 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Monorepo for using Matomo tracking in frontend projects

This monorepo hosts two Matomo projects for tracking (user) analytics in frontend projects, either with (vanilla) JavaScript or React.

- [@datapunt/matomo-tracker-js](https://github.com/Amsterdam/matomo-tracker/tree/master/packages/js)
- [@datapunt/matomo-tracker-react](https://github.com/Amsterdam/matomo-tracker/tree/master/packages/react)
- [@datapunt/matomo-tracker-js](https://github.com/Amsterdam/matomo-tracker/tree/master/packages/matomo-tracker-js)
- [@datapunt/matomo-tracker-react](https://github.com/Amsterdam/matomo-tracker/tree/master/packages/matomo-tracker-react)

## References

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"private": true,
"scripts": {
"build": "yarn build:ts && yarn build:ts:es",
"build:ts": "tsc -b packages/js packages/react",
"build:ts:es": "tsc -b packages/js/tsconfig.es.json packages/react/tsconfig.es.json",
"build:ts": "tsc -b packages/matomo-tracker-js packages/matomo-tracker-react",
"build:ts:es": "tsc -b packages/matomo-tracker-js/tsconfig.es.json packages/matomo-tracker-react/tsconfig.es.json",
"clean:generated": "find ./packages -name \"*.d.ts\" -type f -delete && find ./packages -name \"*.tsbuildinfo\" -type f -delete",
"start": "yarn build -w",
"lint": "eslint .",
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"repository": {
"type": "git",
"url": "git+https://github.com/Amsterdam/matomo-tracker.git",
"directory": "packages/js"
"directory": "packages/matomo-tracker-js"
},
"bugs": {
"url": "https://github.com/Amsterdam/matomo-tracker/issues"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"repository": {
"type": "git",
"url": "git+https://github.com/Amsterdam/matomo-tracker.git",
"directory": "packages/react"
"directory": "packages/matomo-tracker-react"
},
"bugs": {
"url": "https://github.com/Amsterdam/matomo-tracker/issues"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"strict": true
},
"references": [
{ "path": "packages/js" },
{ "path": "packages/react" }
{ "path": "packages/matomo-tracker-js" },
{ "path": "packages/matomo-tracker-react" }
]
}

0 comments on commit 77458b8

Please sign in to comment.