Skip to content

Instantly share code, notes, and snippets.

@chrisdickinson
Last active December 19, 2015 16:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisdickinson/c499e97cf0499eb52059 to your computer and use it in GitHub Desktop.
Save chrisdickinson/c499e97cf0499eb52059 to your computer and use it in GitHub Desktop.

guardians

because we can't rename 'domain'.

// this is true.
console.log(
  require('guardians') === require('domain')
)
module.exports = require('domain')
{
"name": "guardians",
"version": "0.0.2",
"description": "because \"that ship has sailed\"",
"main": "index.js",
"scripts": {
"test": "echo 'ok guys'"
},
"repository": {
"type": "git",
"url": "https://gist.github.com/c499e97cf0499eb52059.git"
},
"author": "Chris Dickinson <chris@neversaw.us>",
"license": "MIT"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment