Skip to content

Commit 727bea8

Browse files
Merge pull request #725 from bryceosterhaus/master
2 parents 5d2fd71 + 6046f58 commit 727bea8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

third-party/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Projects
22

3+
## Alloy UI
4+
5+
- Upstream project: https://github.com/liferay/alloy-ui
6+
- 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)
7+
- Changelog showing Liferay changes: [`CHANGELOG.md`](./projects/alloy-ui/CHANGELOG.md).
8+
- Our package name: `alloy-ui`
9+
- 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)
10+
311
## jquery-form
412

513
- Upstream project: https://github.com/jquery-form/form

third-party/projects/alloy-ui/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
},
1111
"license": "BSD",
1212
"repository": {
13+
"directory": "third-party/projects/alloy-ui",
1314
"type": "git",
14-
"url": "git@github.com:liferay/alloy-ui.git"
15+
"url": "https://github.com/liferay/liferay-frontend-projects.git"
1516
},
1617
"keywords": [
1718
"alloy",

0 commit comments

Comments
 (0)