Skip to content

Commit

Permalink
1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed Sep 22, 2022
1 parent 0140cb5 commit b38a231
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "esbuild-config"
version = "0.2.0"
version = "1.0.0"
edition = "2018"
description = "A short description of my package"
authors = ["Pierre Bertet <hello@pierre.world>"]
authors = ["Pierre Bertet <hi@bpier.re>"]
repository = "https://github.com/bpierre/esbuild-config"
license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-config-darwin-64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "The macOS universal 64-bit binary for esbuild-config.",
"version": "0.2.0",
"repository": "https://github.com/bpierre/esbuild-config",
"author": "Pierre Bertet <hello@pierre.world>",
"author": "Pierre Bertet <hi@bpier.re>",
"license": "MIT",
"os": ["darwin"],
"cpu": ["x64", "arm64"],
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-config-linux-64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "The Linux 64-bit binary for esbuild-config.",
"version": "0.2.0",
"repository": "https://github.com/bpierre/esbuild-config",
"author": "Pierre Bertet <hello@pierre.world>",
"author": "Pierre Bertet <hi@bpier.re>",
"license": "MIT",
"os": ["linux"],
"cpu": ["x64"],
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-config-linux-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "The Linux ARM 64-bit binary for esbuild-config.",
"version": "0.2.0",
"repository": "https://github.com/bpierre/esbuild-config",
"author": "Pierre Bertet <hello@pierre.world>",
"author": "Pierre Bertet <hi@bpier.re>",
"license": "MIT",
"os": ["linux"],
"cpu": ["arm64"],
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-config-windows-64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "The Windows 64-bit binary for esbuild-config.",
"version": "0.2.0",
"repository": "https://github.com/bpierre/esbuild-config",
"author": "Pierre Bertet <hello@pierre.world>",
"author": "Pierre Bertet <hi@bpier.re>",
"license": "MIT",
"os": ["win32"],
"cpu": ["x64"],
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Config files for esbuild.",
"version": "0.2.0",
"repository": "https://github.com/bpierre/esbuild-config",
"author": "Pierre Bertet <hello@pierre.world>",
"author": "Pierre Bertet <hi@bpier.re>",
"license": "MIT",
"bin": "bin/esbuild-config",
"scripts": { "postinstall": "node install.js" }
Expand Down

0 comments on commit b38a231

Please sign in to comment.