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