Skip to content

Commit d43c3cc

Browse files
committed
feat(tsfmt): update peerDependencies, required typescript@^2.1.6
1 parent 6d04913 commit d43c3cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"tsfmt": "./bin/tsfmt"
88
},
99
"scripts": {
10-
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
10+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
1111
"build": "tslint --fix --type-check -c _tslint.json -p tsconfig.json && tsfmt -r && tsc",
1212
"test": "npm run build && mocha --reporter spec --timeout 20000 --require intelli-espower-loader"
1313
},
@@ -36,7 +36,7 @@
3636
"editorconfig": "^0.13.2"
3737
},
3838
"peerDependencies": {
39-
"typescript": "^2.0.6 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev"
39+
"typescript": "^2.1.6 || >=2.5.0-dev || >=2.6.0-dev"
4040
},
4141
"devDependencies": {
4242
"@types/mkdirp": "^0.3.29",

0 commit comments

Comments
 (0)