Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 19030473ba07
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ec4af5c5c185
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Mar 22, 2019

  1. riot-desktop: init at 1.0.4

    pacien committed Mar 22, 2019
    Copy the full SHA
    839c988 View commit details

Commits on Mar 23, 2019

  1. Merge pull request #57838 from pacien/riot-desktop-1.0.4

    riot-desktop: init at 1.0.4
    worldofpeace authored Mar 23, 2019
    Copy the full SHA
    ec4af5c View commit details
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "riot-web",
"productName": "Riot",
"main": "src/electron-main.js",
"version": "1.0.4",
"description": "A feature-rich client for Matrix.org",
"author": "New Vector Ltd.",
"dependencies": {
"auto-launch": "^5.0.1",
"electron-store": "^2.0.0",
"electron-window-state": "^4.1.0",
"minimist": "^1.2.0",
"png-to-ico": "^1.0.2"
}
}
Loading