Skip to content

Commit

Permalink
Merge pull request #14 from Davidhanson90/main
Browse files Browse the repository at this point in the history
Move TypeScript version back to 3.2 for greater backwards compatibility.
  • Loading branch information
Davidhanson90 authored Nov 17, 2020
2 parents f9c7176 + cfad87c commit 199a18e
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 63 deletions.
133 changes: 75 additions & 58 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.3",
"version": "0.1.4",
"description": "A small & lightweight dependency injection container for use in multiple contexts like Angular, React & node.",
"name": "@morgan-stanley/needle",
"license": "Apache-2.0",
Expand Down Expand Up @@ -55,12 +55,12 @@
"tslint": "^5.7.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.3.0",
"typedoc": "^0.19.2",
"typescript": "~4.0.3",
"typedoc": "^0.16.1",
"typescript": "~3.2.4",
"webpack": "^4.39.2"
},
"peerDependencies": {
"typescript": ">=4.0"
"typescript": ">=3.2"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ npm install @morgan-stanley/needle

# TypeScript

Required Typescript version: >4.0
Required Typescript version: >3.2

The library depends on TypeScript's support for decorators. Therefore you must enable `experimentalDecorators` and `emitDecoratorMetadata`

Expand Down

0 comments on commit 199a18e

Please sign in to comment.