Limited npm published files to the dist directory (excluding tests) so that we only publish useful artifacts.
Updated Changelog
This is the last step required publish this package as a TypeScript project. Once this is merged we can merge the TypeScript Branch into the main Master branch and do a release.
I have confirmed that the final bundle includes the necessary files. You can test it in your own project by including the beta version of the project I uploaded myself to npm for testing purposes.
yarn add -D @brisberg/screeps-server-mockup@1.5.1
I will delete this package when we are done here.
I would very much like to get this release out so we can avoid maintaining two branches in limbo.
Changed Typescript compilation target to es2018 to match recommended targets for Node10 See: https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping
Limited npm published files to the dist directory (excluding tests) so that we only publish useful artifacts.
Updated Changelog
This is the last step required publish this package as a TypeScript project. Once this is merged we can merge the TypeScript Branch into the main Master branch and do a release.
I have confirmed that the final bundle includes the necessary files. You can test it in your own project by including the beta version of the project I uploaded myself to npm for testing purposes.
yarn add -D @brisberg/screeps-server-mockup@1.5.1
I will delete this package when we are done here.
I would very much like to get this release out so we can avoid maintaining two branches in limbo.