Skip to content

Commit

Permalink
fixing generated fils
Browse files Browse the repository at this point in the history
  • Loading branch information
rubens21 committed Sep 3, 2022
1 parent 856ecb5 commit 7b6dc62
Show file tree
Hide file tree
Showing 50 changed files with 2 additions and 95 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion dist/test/mapper.d.ts

This file was deleted.

92 changes: 0 additions & 92 deletions dist/test/mapper.js

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "@lugobots/lugo4node",
"version": "0.0.1-beta.7",
"description": "Lugo4Node is a NodeJS implementation of a client player for [Lugo](https://lugobots.dev/) game.",
"main": "dist/src/index.js",
"main": "dist/index.js",
"scripts": {
"tsc": "rm -rf dist/* && mkdir -p dist/src/pb && tsc && cp src/pb/* dist/src/pb/ && cp commonjs.package.json dist/src/package.json",
"tsc": "rm -rf dist/* && mkdir -p dist/pb && tsc && cp src/pb/* dist/pb/ && cp commonjs.package.json dist/package.json",
"tsconly": "tsc"
},
"type": "module",
Expand Down

0 comments on commit 7b6dc62

Please sign in to comment.