From 80bfce4c59dd0f41dfb4025795595740641ba26e Mon Sep 17 00:00:00 2001 From: RigidStudios Date: Wed, 1 Mar 2023 01:44:19 +0400 Subject: [PATCH] style: change to LF, update tasks --- package-lock.json | 4 ++-- package.json | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 42b5652..e227cf5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aethergames/scribe", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@aethergames/scribe", - "version": "0.1.0", + "version": "0.1.1", "license": "ISC", "dependencies": { "@aethergames/mkscribe": "^0.1.0", diff --git a/package.json b/package.json index 85b1633..1b06fc1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aethergames/scribe", - "version": "0.1.0", + "version": "0.1.1", "description": "Scribe, a scripting language used to describe Dialogues or Quests behavior.", "main": "out/init.lua", "scripts": { @@ -12,7 +12,6 @@ "test:rojo": "mkdir build & npm run test:build && rojo build -o ./build/test.rbxlx test.project.json", "test:run": "npm run prepublish && npm run test:serve", "prepublish": "npm run build && mkdir build && npm pack --pack-destination=build", - "prepare": "husky install", "test": "npm run test:run" }, "keywords": [],