Skip to content

Commit

Permalink
chore: update plugin.ts file and package.json (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
KovacZan authored and faustbrian committed Jul 31, 2019
1 parent 0581b23 commit c441773
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,23 @@
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a"
},
"dependencies": {
"@arkecosystem/core-interfaces": "^2.1.0"
"@arkecosystem/core-interfaces": "^2.5.7"
},
"devDependencies": {
"@sindresorhus/tsconfig": "^0.1.1",
"@types/jest": "^23.3.10",
"@types/node": "^10.12.17",
"@sindresorhus/tsconfig": "^0.4.0",
"@types/jest": "^24.0.15",
"@types/node": "^12.6.2",
"tslint": "^5.12.0",
"tslint-config-prettier": "^1.17.0",
"typescript": "^3.2.4",
"typedoc": "^0.13.0",
"ts-jest": "^23.10.5",
"jest": "^23.6.0",
"jest-extended": "^0.11.0",
"ts-jest": "^24.0.2",
"jest": "^24.8.0",
"jest-extended": "^0.11.2",
"regenerator-runtime": "^0.11.1",
"npm-check-updates": "^3.1.0",
"cross-env": "^5.2.0",
"del-cli": "^1.1.0"
"del-cli": "^2.0.0"
},
"jest": {
"preset": "../../jest-preset.json"
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Container } from "@arkecosystem/core-interfaces";
import { defaults } from "./defaults";

export const plugin: Container.PluginDescriptor = {
export const plugin: Container.IPluginDescriptor = {
pkg: require("../package.json"),
defaults,
alias: "my-plugin",
Expand Down

0 comments on commit c441773

Please sign in to comment.