Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lingelo committed Dec 12, 2020
1 parent 88b5fb1 commit e9bd56b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion headers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gbts-headers",
"version": "1.0.0",
"version": "1.0.1",
"description": "GBTS Headers",
"main": "",
"types": "index",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"private": true,
"name": "gbts",
"version": "1.0.0",
"version": "1.0.1",
"description": "CLI tool that allows you to write GameBoy games on TypeScript !",
"author": "Angélo LIMA",
"license": "ISC",
Expand Down
5 changes: 0 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,3 @@ Congrats !

See more examples here : [https://github.com/Freuhlon/gbts-projects](https://github.com/Freuhlon/gbts-projects)

## Works in progress - your help is appreciated !

* Deploy GBTS as a node module is KO. An error occurs on Windows when launching the gbts command once deployed.
See : [Stackoverflow issue](https://stackoverflow.com/questions/65136317/installing-locally-and-globally-a-npm-depency-produces-an-error-while-executing).
Help is welcome !

0 comments on commit e9bd56b

Please sign in to comment.