Skip to content

Commit

Permalink
chore: Add description (#11)
Browse files Browse the repository at this point in the history
## Checklist

<!--
For each bullet, ensure your pr meets the criteria and write a note
explaining how this PR relates. Mark them as complete as they are done.
All top-level checkboxes should be checked regardless of their relevance
to the pr with a note explaining whether they are relevant or not.
-->

- [X] Code conforms to the [Elixir
Styleguide](https://github.com/christopheradams/elixir_style_guide)

## Problem

Cannot publish to Hex without a description

## Details

Add a basic description for now.
  • Loading branch information
doomspork committed Feb 8, 2024
1 parent 91334db commit 44eba46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mix.exs
Expand Up @@ -5,6 +5,7 @@ defmodule Lunar.MixProject do
[
app: :lunar,
name: "Lunar",
description: "A Lua runtime for Elixir built on Luerl",
deps: deps(),
elixir: "~> 1.13",
elixirc_paths: elixirc_paths(Mix.env()),
Expand Down

0 comments on commit 44eba46

Please sign in to comment.