Skip to content

Commit

Permalink
fix: update patch request to fix renaming (DHIS2-17368) (#1057)
Browse files Browse the repository at this point in the history
* fix: rename patch

* chore: patch

* chore: remove patches

* chore: update package.json

* chore: update readme
  • Loading branch information
janhenrikoverland authored May 22, 2024
1 parent 7aaa0f6 commit 6dcfaf7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 304 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# event-charts-app
DHIS 2 app for event data visualization

Latest compatible version of d2-analysis: `33.1.0-ev.1`
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "Event charts app",
"main": "index.html",
"scripts": {
"postinstall": "patch-package",
"lint": "./node_modules/eslint/bin/eslint.js src `git diff --cached --name-only | grep \\.js$`",
"validate": "npm ls --depth 0",
"prestart": "d2-manifest package.json manifest.webapp",
Expand All @@ -28,7 +27,7 @@
},
"homepage": "https://github.com/dhis2/event-charts-app#readme",
"dependencies": {
"d2-analysis": "33.1.0",
"d2-analysis": "33.1.0-ev.1",
"d2-charts-api": "29.0.1",
"d2-utilizr": "0.2.13"
},
Expand All @@ -46,8 +45,6 @@
"eslint-plugin-react": "3.3.1",
"img-loader": "^1.2.2",
"json-loader": "^0.5.7",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"sass-loader": "7",
"style-loader": "0.12.3",
"url-loader": "^0.5.7",
Expand Down
44 changes: 0 additions & 44 deletions patches/d2-analysis+33.1.0.patch

This file was deleted.

Loading

0 comments on commit 6dcfaf7

Please sign in to comment.