Skip to content

Commit

Permalink
Missing dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ozelot379 committed Jul 2, 2019
1 parent 2e3f05d commit e5253cd
Show file tree
Hide file tree
Showing 7 changed files with 77 additions and 15 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.idea
dist
input
node_modules
output
Expand Down
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
input
node_modules
output
src
tests
tmp
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [1.0.10]
- Missing `dist` folder

## [1.0.9]
- Update readme

Expand Down
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ For the graphic manipulation, it uses the [jimp library](https://www.npmjs.com/p

Be sure you have installed [NodeJS](https://nodejs.org) (At least the LTS version)

I recommend to use [yarn package manager](https://yarnpkg.com), but of course you can also use `npm` (Should be included in NodeJS), if you want

## CLI
Clone the git repo:
```bash
Expand All @@ -38,17 +36,6 @@ Switch to the working dir:
cd ConvertMinecraftJavaTextureToBedrock
```

Install the dependencies

yarn:
```bash
yarn
```
npm:
```bash
npm install
```

You can now convert your texture packs like

yarn:
Expand Down
36 changes: 36 additions & 0 deletions dist/cli.js

Large diffs are not rendered by default.

35 changes: 35 additions & 0 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ozelot379/convert-minecraft-java-texture-to-bedrock",
"productName": "ConvertMinecraftJavaTextureToBedrock",
"version": "1.0.9",
"version": "1.0.10",
"description": "Convert Minecraft Java texture packs to Minecraft Bedrock texture packs",
"keywords": [
"Minecraft",
Expand Down

0 comments on commit e5253cd

Please sign in to comment.