Skip to content

Commit

Permalink
fix: delete shell.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
igas committed Jan 31, 2025
1 parent a829fb5 commit 96079f2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 18 deletions.
8 changes: 4 additions & 4 deletions lib/faker/airports.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1029,13 +1029,13 @@ defmodule Faker.Airports do
## Examples
iex> Faker.Airports.iata()
"BFU"
"UBJ"
iex> Faker.Airports.iata()
"FMM"
"CKB"
iex> Faker.Airports.iata()
"YUS"
"JAL"
iex> Faker.Airports.iata()
"YPH"
"PES"
"""
@spec iata() :: String.t()
sampler(:iata, [
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"scripts": {
"clean": "rm -rf _build deps node_modules erl_crash.dump .elixir_ls"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.1",
Expand Down
14 changes: 0 additions & 14 deletions shell.nix

This file was deleted.

0 comments on commit 96079f2

Please sign in to comment.