Skip to content

Commit d8c3089

Browse files
committed
Fix ts dependency match
1 parent 3c8fa11 commit d8c3089

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.github_project_name}}/packages/{{ cookiecutter.npm_package_name }}

1 file changed

+1
-1
lines changed

{{cookiecutter.github_project_name}}/packages/{{ cookiecutter.npm_package_name }}/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"mocha": "^3.5.0",
4242
"source-map-loader": "^0.2.1",
4343
"ts-loader": "^2.3.2",
44-
"typescript": "^2.4.2",
44+
"typescript": "~2.4.2",
4545
"webpack": "^3.4.1"
4646
},
4747
"repository": {

0 commit comments

Comments
 (0)