Skip to content

Instantly share code, notes, and snippets.

@pusateri
Last active August 29, 2015 14:20
Show Gist options
  • Save pusateri/eb98a25e3ae45309aed7 to your computer and use it in GitHub Desktop.
Save pusateri/eb98a25e3ae45309aed7 to your computer and use it in GitHub Desktop.
2015/05/08 FreeBSD changes for Atom
diff --git a/apm/package.json b/apm/package.json
index 423e31a..1d05587 100644
--- a/apm/package.json
+++ b/apm/package.json
@@ -6,6 +6,6 @@
"url": "https://github.com/atom/atom.git"
},
"dependencies": {
- "atom-package-manager": "0.166.0"
+ "atom-package-manager": "../../apm"
}
}
diff --git a/build/package.json b/build/package.json
index c60bdba..7fb20f9 100644
--- a/build/package.json
+++ b/build/package.json
@@ -26,7 +26,6 @@
"grunt-shell": "~0.3.1",
"harmony-collections": "~0.3.8",
"legal-eagle": "~0.9.0",
- "minidump": "~0.8",
"npm": "2.5.1",
"rcedit": "~0.3.0",
"request": "~2.27.0",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment