Skip to content

Commit

Permalink
Update package name and license
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Sep 27, 2022
1 parent 6da2fcd commit 94c876b
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@netgen-layouts/ngl-components",
"name": "@netgen/layouts-ui-components",
"private": true,
"version": "1.0.0",
"description": "Netgen Layouts - Frontend components",
"description": "Netgen Layouts UI frontend components",
"main": "components.js",
"module": "components.js",
"type": "module",
Expand Down Expand Up @@ -30,7 +30,7 @@
"lit"
],
"author": "Marko Žabčić <[email protected]>",
"license": "BSD-3-Clause",
"license": "MIT",
"dependencies": {
"@floating-ui/dom": "^0.4.4",
"lit": "^2.1.0"
Expand Down Expand Up @@ -74,10 +74,6 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/netgen-layouts/ngl-components.git"
},
"bugs": {
"url": "https://github.com/netgen-layouts/ngl-components/issues"
},
"homepage": "https://github.com/netgen-layouts/ngl-components#readme"
"url": "https://github.com/netgen-layouts/layouts-ui-components.git"
}
}

0 comments on commit 94c876b

Please sign in to comment.