Skip to content

Commit

Permalink
Update package.json informations
Browse files Browse the repository at this point in the history
  • Loading branch information
Fall1ngStar committed Mar 22, 2021
1 parent a5722ae commit 7b24dc7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "insomnia-plugin-json-config",
"version": "1.0.1",
"version": "1.0.2",
"description": "Insomnia template tag to pull data from json file",
"author": "Fall1ngStar <[email protected].com>",
"author": "Fall1ngStar <fall1ngstar.public@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/Fall1ngStar/insomnia-plugin-json-config"
Expand All @@ -19,8 +19,8 @@
"license": "MIT",
"main": "index.js",
"insomnia": {
"name": "dotenv",
"description": "Template tag to pull data from from .env file"
"name": "jsonconfig",
"description": "Template tag to pull data from from JSON file"
},
"dependencies": {
"fs": "^0.0.1-security",
Expand Down

0 comments on commit 7b24dc7

Please sign in to comment.