Skip to content

Commit

Permalink
chore(dependencies): revert to ts 2.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
danbucholtz committed Sep 26, 2017
1 parent 9b5c0e0 commit f42e81b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -134,7 +134,7 @@
"ts-node": "3.3.0",
"tslint": "^5.4.3",
"tslint-ionic-rules": "0.0.11",
"typescript": "~2.5.2",
"typescript": "~2.3.2",
"vinyl": "1.2.0",
"yargs": "5.0.0"
},
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Expand Up @@ -10,7 +10,6 @@
"noImplicitAny": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noStrictGenericChecks": true,
"outDir": "dist/tmp",
"removeComments": false,
"sourceMap": true,
Expand Down

0 comments on commit f42e81b

Please sign in to comment.