Skip to content

Commit

Permalink
removed wrongly placed output.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-dietrich committed Aug 30, 2023
1 parent 699c4fb commit 485b66e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
LiaScript
.cache
.git
.gitmodules
.parcel-cache
.custom.css
.vscode
docker
ignore
ignore
*.zip
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liascript/exporter",
"version": "2.6.21--0.12.4",
"version": "2.6.22--0.12.4",
"description": "A generic exporter for LiaScript",
"main": "dist/index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import fetch from 'node-fetch'

// -------------------------------Main Execution-------------------------------
if (argv.v || argv.version) {
console.log('version: 2.6.21--0.12.4')
console.log('version: 2.6.22--0.12.4')
} else if (argv.h || argv.help) {
help()
} else if (argv.i || argv.input) {
Expand Down

0 comments on commit 485b66e

Please sign in to comment.