screepers / screeps-server-mockup

Private server package for unit tests
MIT License
56 stars 13 forks source link

Final prep for publishing Typescript package #34

Closed brisberg closed 4 years ago

brisberg commented 4 years ago

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.

brisberg commented 4 years ago

Ready for re-review.

brisberg commented 4 years ago

Friendly ping on this.

brisberg commented 4 years ago

Ty :)