mirror of
https://github.com/sern-handler/cli
synced 2026-06-06 01:16:53 +00:00
v0.1.1
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -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
1077
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user