Skip to content

Commit

Permalink
1.1.01 Analytics (#26)
Browse files Browse the repository at this point in the history
* fix version (#25)

* fix version

* fix micromatch

* upgrade express

* Try Plausible Analytics
  • Loading branch information
fouille committed Sep 23, 2024
1 parent 6cf9610 commit 26811d3
Show file tree
Hide file tree
Showing 10 changed files with 92 additions and 51 deletions.
2 changes: 2 additions & 0 deletions _redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/lapetiteroute/js/script.js https://plausible.io/js/script.js 200
/lapetiteroute/api/event https://plausible.io/api/event 200
119 changes: 76 additions & 43 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"tippy.js": "^6.3.7",
"webpack-auto-inject-version-next": "^1.2.4"
},
"version": "1.1.0",
"version": "1.1.01",
"description": "Wazo Plugin Deploy FMW",
"name": "wazo-plugin-deploy-fmw",
"scripts": {
Expand All @@ -26,9 +26,12 @@
},
"dependencies": {
"@wazo/euc-plugins-sdk": "^0.0.23",
"body-parser": "^1.20.3",
"copy-webpack-plugin": "^11.0.0",
"express": "^4.21.0",
"html-webpack-plugin": "^5.6.0",
"jquery": "^3.7.1",
"micromatch": "^4.0.8",
"mini-css-extract-plugin": "^2.9.1",
"popper.js": "^1.16.1",
"webpack-dev-server": "^5.0.0"
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit 26811d3

Please sign in to comment.