Skip to content

Commit

Permalink
Move typescript to a peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDesmond-ca committed Dec 27, 2021
1 parent 22b4418 commit 7686873
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xunit.ts",
"version": "1.0.2",
"version": "1.0.3",
"description": "A unit testing framework for TypeScript, following standard xUnit patterns",
"main": "dist/xunit.js",
"author": "ecoAPM LLC",
Expand All @@ -12,7 +12,6 @@
"command-line-args": "5.2.0",
"command-line-usage": "6.1.1",
"lodash.isequal": "4.5.0",
"typescript": "4.5.4",
"xml": "1.0.1"
},
"devDependencies": {
Expand All @@ -27,7 +26,11 @@
"eslint": "8.5.0",
"notosans": "5.0.0",
"ts-mockito": "2.6.1",
"ts-node": "10.4.0"
"ts-node": "10.4.0",
"typescript": "4.5.4"
},
"peerDependencies": {
"typescript": "^4.0.0"
},
"scripts": {
"clean": "rm -rf dist",
Expand Down

0 comments on commit 7686873

Please sign in to comment.