Skip to content

Commit

Permalink
chore(package json): remove superfluous information
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammer5 committed Apr 24, 2024
1 parent 80b908e commit e0f4caf
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
{
"name": "@dhis2/ui-root",
"version": "9.4.3",
"repository": {
"type": "git",
"url": "https://github.com/dhis2/ui.git"
},
"author": "Viktor Varland <[email protected]>",
"contributors": [
{
"name": "Jan-Gerke Salomon",
"email": "[email protected]",
"url": "http://functionalprogramming.ninja"
}
],
"license": "BSD-3-Clause",
"private": true,
"workspaces": {
"packages": [
Expand All @@ -25,6 +10,11 @@
"docs"
]
},
"license": "BSD-3-Clause",
"author": "Viktor Varland <[email protected]>",
"contributors": [
{ "name": "Jan-Gerke Salomon", "email": "[email protected]" }
],
"scripts": {
"setup": "./scripts/setup.js",
"build": "./scripts/build-world.sh",
Expand Down

0 comments on commit e0f4caf

Please sign in to comment.