Skip to content
Open
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
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Rails LTS fork

Please see [LTS](LTS) for LTS release details.
Please see [LTS](LTS.md) for LTS release details.

## Releasing jquery-ujs

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
},
"repository": {
"type": "git",
"url": "https://github.com/rails/jquery-ujs.git"
"url": "https://github.com/rails-lts/jquery-ujs.git"
},
"author": [
"Stephen St. Martin",
"Steve Schwartz"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/rails/jquery-ujs/issues"
"url": "https://github.com/rails-lts/jquery-ujs/issues"
},
"homepage": "https://github.com/rails/jquery-ujs#readme",
"homepage": "https://github.com/rails-lts/jquery-ujs#readme",
"peerDependencies": {
"jquery": ">=1.8.0"
}
Expand Down