chore: fix repo in package.json

This commit is contained in:
Dmitriy Pleshevskiy 2021-08-20 11:18:40 +03:00
parent e52190ff42
commit a4f53eed0c

View file

@ -13,7 +13,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/icetemple/npm-it-fsm.git"
"url": "git+https://github.com/icetemple/it-fsm.git"
},
"keywords": [
"fsm",
@ -26,9 +26,9 @@
"author": "Dmitriy Pleshevskiy <dmitriy@ideascup.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/icetemple/npm-it-fsm/issues"
"url": "https://github.com/icetemple/it-fsm/issues"
},
"homepage": "https://github.com/icetemple/npm-it-fsm#readme",
"homepage": "https://github.com/icetemple/it-fsm#readme",
"devDependencies": {
"typescript": "^4.3.5"
}