This commit is contained in:
Allyedge
2022-06-02 22:12:33 +02:00
parent b92bf721c8
commit a74657d2b1
3 changed files with 25 additions and 1072 deletions

View File

@@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## 0.1.1 (2022-06-02)
The `go-npm` package was replaced by one of its forks, `@gzuidhof/go-npm`.
`@gzuidhof/go-npm` has updated dependencies, and it uses `esbuild`, which is great.
### Changes
- Replace `go-npm` with `@gzuidhof/go-npm`.
## 0.1.0 (2022-06-02)
This is the CLI's initial release.

1077
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "@sern/cli",
"version": "0.1.0",
"version": "0.1.1",
"description": "Our CLI allows you to setup and manage Discord bot projects without writing a single line of code!",
"scripts": {
"postinstall": "go-npm install",
@@ -10,6 +10,9 @@
"type": "git",
"url": "git+https://github.com/sern-handler/cli.git"
},
"dependencies": {
"@gzuidhof/go-npm": "^0.1.13"
},
"keywords": [
"sern",
"cli",
@@ -21,14 +24,11 @@
"Allyedge",
"EvolutionX-10"
],
"license": "ISC",
"license": "MIT",
"bugs": {
"url": "https://github.com/sern-handler/cli/issues"
},
"homepage": "https://github.com/sern-handler/cli#readme",
"dependencies": {
"go-npm": "^0.1.9"
},
"goBinary": {
"name": "sern",
"path": "./bin",