Skip to content

Commit

Permalink
update info in package json
Browse files Browse the repository at this point in the history
  • Loading branch information
zuchka committed Aug 1, 2024
1 parent 6d4bed5 commit 525c621
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,24 +1,24 @@
{
"name": "remove-markdown",
"version": "0.5.0",
"version": "0.5.1",
"description": "Remove Markdown formatting from text",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha -R spec test/remove-markdown.js"
},
"repository": {
"type": "git",
"url": "https://github.com/stiang/remove-markdown.git"
"url": "https://github.com/zuchka/remove-markdown.git"
},
"keywords": [
"markdown"
],
"author": "Stian Grytøyr",
"license": "MIT",
"bugs": {
"url": "https://github.com/stiang/remove-markdown/issues"
"url": "https://github.com/zuchka/remove-markdown/issues"
},
"homepage": "https://github.com/stiang/remove-markdown",
"homepage": "https://github.com/zuchka/remove-markdown",
"devDependencies": {
"chai": "^4.0.2",
"mocha": "^10.2.0",
Expand Down

0 comments on commit 525c621

Please sign in to comment.