Skip to content

Commit

Permalink
Merge pull request #27 from htdc/release
Browse files Browse the repository at this point in the history
ensure master is up-to-date with release
  • Loading branch information
andybluntish authored Dec 19, 2024
2 parents 251264a + 653fb6c commit 11ca1ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
'use strict';

const BasePlugin = require('ember-cli-deploy-plugin');
const passwdUser = require('passwd-user');
const os = require('os');
const FrontEndBuildsNotifier = require('./lib/front-end-builds-notifier');

module.exports = {
name: require('./package').name,

createDeployPlugin(options) {
const homedir = passwdUser.sync(process.getuid()).homeDirectory;
const homedir = os.homedir();
const DeployPlugin = BasePlugin.extend({
name: options.name,

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"core-object": "^3.1.5",
"ember-cli-babel": "^8.2.0",
"ember-cli-htmlbars": "^6.3.0",
"node-fetch": "^2",
"passwd-user": "^3.0.0"
"node-fetch": "^2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.24.7",
Expand Down
7 changes: 0 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7566,13 +7566,6 @@ parseurl@~1.3.3:
resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4"
integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==

passwd-user@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/passwd-user/-/passwd-user-3.0.0.tgz#cb164c7cec4636ecbdffeb6ba369bf109654b068"
integrity sha512-Iu90rROks+uDK00ppSewoZyqeCwjGR6W8PcY0Phl8YFWju/lRmIogQb98+vSb5RUeYkONL3IC4ZLBFg4FiE0Hg==
dependencies:
execa "^1.0.0"

path-exists@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
Expand Down

0 comments on commit 11ca1ee

Please sign in to comment.