Skip to content

Commit

Permalink
fix up package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerLeonhardt committed Apr 16, 2020
1 parent c5c4e14 commit 8d1cb66
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"type": "git",
"url": "https://github.com/yatli/coc-powershell"
},
"bugs": {
"url": "https://github.com/mikeTWC1984/coc-powershell-patched/issues"
},
"homepage": "https://github.com/mikeTWC1984/coc-powershell-patched#readme",
"engines": {
"coc": ">=0.0.77"
},
Expand Down Expand Up @@ -307,23 +311,19 @@
]
}
]
},
"scripts": {
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./"
},
"extensionDependencies": [],
"dependencies": {
"coc-utils": "0.0.12"
},
"devDependencies": {
"@types/follow-redirects": "^1.8.0",
"@types/node": "~10.17.19",
"typescript": "~3.8.3",
"coc.nvim": "~0.0.77"
},
"bugs": {
"url": "https://github.com/mikeTWC1984/coc-powershell-patched/issues"
},
"homepage": "https://github.com/mikeTWC1984/coc-powershell-patched#readme"
},
"scripts": {
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./"
},
"extensionDependencies": [],
"dependencies": {
"coc-utils": "0.0.12"
},
"devDependencies": {
"@types/follow-redirects": "^1.8.0",
"@types/node": "~10.17.19",
"typescript": "~3.8.3",
"coc.nvim": "~0.0.77"
}
}

0 comments on commit 8d1cb66

Please sign in to comment.