Skip to content

Commit

Permalink
Merge pull request #139 from fastify/rename-module
Browse files Browse the repository at this point in the history
Rename module
  • Loading branch information
jsumners authored Apr 27, 2022
2 parents bebc18b + fb329ef commit 85174d0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastify-env",
"version": "2.1.1",
"name": "@fastify/env",
"version": "3.0.0",
"description": "Fastify plugin to check environment variables",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -40,5 +40,8 @@
},
"tsd": {
"directory": "test/types"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 85174d0

Please sign in to comment.