screeps-clockwork 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
package/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # Screeps Clockwork
2
+
3
+ ## Environment Setup
4
+
5
+ [Rust & cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html)
6
+ [wasm-pack](https://rustwasm.github.io/wasm-pack/installer/)
7
+ [node LTS](https://github.com/nvm-sh/nvm)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "screeps-clockwork",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "A WASM movement library for Screeps",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/src/index.d.ts",
Binary file