Package Exports
- @headless-game-engine/core
- @headless-game-engine/core/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@headless-game-engine/core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Headless Game Engine - Core
Commands
Login to npm account.
npm login
See the contents that will be included in the published version of the package.
npm publish --dry-run
Publish the npm package (Note: --access=public
is needed for scoped packages)
npm publish --access=public
References
Best practices for creating a modern npm package with security in mind - Brian Clark