Skip to content

Commit

Permalink
refactor(router): add "@types/universal-router" as a peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Lodin committed Jun 16, 2018
1 parent a477ad4 commit f4e0ae5
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 142 deletions.
17 changes: 17 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"homepage": "https://github.com/corpusculejs/corpuscule#readme",
"devDependencies": {
"@types/jasmine": "^2.8.8",
"@types/universal-router": "^6.0.0",
"@types/uuid": "^3.4.3",
"codecov": "^3.0.2",
"eslint": "^5.0.0-alpha.4",
Expand Down
3 changes: 2 additions & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"@corpuscule/types": "https://github.com/corpusculejs/corpuscule/releases/download/%40corpuscule%2Ftypes%400.1.0/corpuscule-types-0.1.0.tgz"
},
"peerDependencies": {
"universal-router": "^6.0.0"
"universal-router": "^6.0.0",
"@types/universal-router": "^6.0.0"
}
}
141 changes: 0 additions & 141 deletions packages/router/src/typings.d.ts

This file was deleted.

0 comments on commit f4e0ae5

Please sign in to comment.