Skip to content

Commit

Permalink
style: change to LF, update tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
RigidOfficial committed Feb 28, 2023
1 parent bbb5136 commit 80bfce4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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": [],
Expand Down

0 comments on commit 80bfce4

Please sign in to comment.