Skip to content

Instantly share code, notes, and snippets.

@zkat
Last active April 10, 2023 15:41
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 zkat/e84f1b06855500245f4f2d5eea937681 to your computer and use it in GitHub Desktop.
Save zkat/e84f1b06855500245f4f2d5eea937681 to your computer and use it in GitHub Desktop.
testing single-file packages
/**package
{
"name": "test-pkg",
"version": "1.2.3",
"dependencies": {
"lodash": "*",
}
}
**/
console.log('hello');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment