Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions third-party/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Projects

## Alloy UI

- Upstream project: https://github.com/liferay/alloy-ui
- Base version used by Liferay: [alloy-ui/3.1.0-deprecated.86](https://github.com/liferay/alloy-ui/releases/tag/3.1.0-deprecated.86)
- Changelog showing Liferay changes: [`CHANGELOG.md`](./projects/alloy-ui/CHANGELOG.md).
- Our package name: `alloy-ui`
- Usage site in Liferay DXP: [`frontend-js-aui-web`](https://github.com/liferay/liferay-portal/blob/master/modules/apps/frontend-js/frontend-js-aui-web/build.gradle#L10)

## jquery-form

- Upstream project: https://github.com/jquery-form/form
Expand Down
3 changes: 2 additions & 1 deletion third-party/projects/alloy-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
},
"license": "BSD",
"repository": {
"directory": "third-party/projects/alloy-ui",
"type": "git",
"url": "git@github.com:liferay/alloy-ui.git"
"url": "https://github.com/liferay/liferay-frontend-projects.git"
},
"keywords": [
"alloy",
Expand Down