Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonnathan committed Oct 12, 2024
1 parent 576b7ca commit 179e1ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seriously/skeletor",
"version": "0.0.3",
"version": "1.0.0",
"description": "A CLI tool that creates files and directories based on a configuration file in YAML format.",
"module": "skeletor.mjs",
"bin": {
Expand All @@ -13,7 +13,7 @@
"url": "https://github.com/seriouslyjs/skeletor.git"
},
"scripts": {
"test": "bun test",
"test": "bun test",
"prepare": "bun link"
},
"dependencies": {
Expand Down

0 comments on commit 179e1ce

Please sign in to comment.