mirror of
https://github.com/unmojang/drasl.git
synced 2025-08-03 10:56:06 -04:00
Release 1.0.3
This commit is contained in:
parent
630144bd3a
commit
87a0749860
@ -2,7 +2,7 @@ package main
|
||||
|
||||
// Build constants
|
||||
|
||||
const VERSION = "1.0.2"
|
||||
const VERSION = "1.0.3"
|
||||
|
||||
const REPOSITORY_URL = "https://github.com/unmojang/drasl"
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
nixpkgs,
|
||||
npmlock2nix,
|
||||
}: let
|
||||
version = "1.0.2";
|
||||
version = "1.0.3";
|
||||
|
||||
# System types to support.
|
||||
supportedSystems = ["x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin"];
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "drasl",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "drasl",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"dependencies": {
|
||||
"esbuild": "^0.15.5",
|
||||
"esbuild-plugin-inline-image": "^0.0.8",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "drasl",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"dependencies": {
|
||||
"esbuild": "^0.15.5",
|
||||
"esbuild-plugin-inline-image": "^0.0.8",
|
||||
|
Loading…
x
Reference in New Issue
Block a user