Skip to content

Commit

Permalink
bump version and remove lang:sync command
Browse files Browse the repository at this point in the history
  • Loading branch information
ggvbo committed Jan 9, 2024
1 parent 13e9434 commit 14ae541
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
## Commands

- `yarn lang:sync`
Sync language files with `en.json`, adding missing keys.
Language files have to contain valid JSON, if not, the tool will error.
- `yarn build:info`
Generate build information file with version, branch and commit data.
Required for startup. This might be automated later on.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"name": "pogbot",
"version": "1.0.3",
"version": "1.1.0",
"main": "./src/index.js",
"license": "MIT",
"type": "module",
"private": true,
"scripts": {
"lint": "prettier . -w",
"lang:sync": "node ./scripts/syncLanguages.mjs",
"build:info": "node ./scripts/generateVersionData.mjs",
"prepare": "husky install"
},
Expand Down

0 comments on commit 14ae541

Please sign in to comment.