Skip to content

Commit ff96ecb

Browse files
author
Mathias Maier
authored
Merge pull request #11 from mwaylabs/feature/typescript-version-update
Updated typescript version
2 parents bcbde55 + 5848721 commit ff96ecb

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

package-lock.json

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tslint-config-mway",
33
"description": "A TSLint config for M-Way Solutions",
4-
"version": "2.0.3",
4+
"version": "2.0.4",
55
"author": "mway",
66
"bugs": {
77
"url": "https://github.com/mwaylabs/tslint-config-mway/issues"
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"tslint": "^5.11.0",
17-
"typescript": "~3.1.0"
17+
"typescript": "^3.1.0"
1818
},
1919
"homepage": "https://github.com/mwaylabs/tslint-config-mway/#readme",
2020
"keywords": [
@@ -26,7 +26,7 @@
2626
"main": "tslint.js",
2727
"peerDependencies": {
2828
"tslint": "^5.11.0",
29-
"typescript": "~3.1.0"
29+
"typescript": "^3.1.0"
3030
},
3131
"repository": "github:mwaylabs/tslint-config-mway"
3232
}

0 commit comments

Comments
 (0)