Skip to content

Instantly share code, notes, and snippets.

@HipsterZipster
Created August 16, 2018 17:47
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 HipsterZipster/65b9efdec31c43a6d45960e56272fe58 to your computer and use it in GitHub Desktop.
Save HipsterZipster/65b9efdec31c43a6d45960e56272fe58 to your computer and use it in GitHub Desktop.
Joel Notes

get package name

const ownPackageName = require(path.join(__dirname, '..', 'package.json')).name;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment