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