Compare commits
3 commits
069329181e
...
4d7eb93b88
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d7eb93b88 | |||
| 2c42f13221 | |||
| dd188d087e |
3 changed files with 4 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "node-launcher-kit",
|
||||
"homepage": "https://github.com/HerozDotExe/node-launcher-kit",
|
||||
"version": "2.0.0",
|
||||
"version": "2.1.1",
|
||||
"description": "A typescript library to install and launch minecraft with or without modloaders.",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
export * as core from "./core";
|
||||
export * from "./launcher";
|
||||
export {errors, type types} from "./utils"
|
||||
2
src/utils/index.ts
Normal file
2
src/utils/index.ts
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
export * as errors from "./errors";
|
||||
export * as types from "./types";
|
||||
Loading…
Add table
Add a link
Reference in a new issue