Skip to content

Commit

Permalink
πŸ”– v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ctcpip committed May 10, 2024
1 parent 4eb5ec7 commit af402c9
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,11 +1,11 @@
{
"name": "fortune-fs",
"description": "File system adapter for Fortune.",
"version": "1.2.0",
"version": "1.2.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:fortunejs/fortune-fs.git"
"url": "git+ssh://git@github.com/fortunejs/fortune-fs.git"
},
"scripts": {
"lint": "eslint index.js",
Expand All @@ -24,6 +24,9 @@
"fortune": "^5.5.19",
"tapdance": "^5.1.1"
},
"files": [
"index.js"
],
"keywords": [
"fs",
"adapter"
Expand Down

0 comments on commit af402c9

Please sign in to comment.