Skip to content

Commit

Permalink
build: remove duplicate dependency on TypeScript
Browse files Browse the repository at this point in the history
TypeScript was added as a dependency in 9a7f5d5. I assume the intention was to
upgrade the existing devDependency instead.
  • Loading branch information
gkalpak authored and IgorMinar committed Jul 11, 2017
1 parent 3d0406c commit b6aad07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion npm-shrinkwrap.clean.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-srcs",
"version": "4.2.0-beta.1",
"version": "4.3.0-beta.1",
"dependencies": {
"@types/angularjs": {
"version": "1.5.13-alpha"
Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"reflect-metadata": "^0.1.3",
"rxjs": "^5.0.1",
"tslib": "^1.7.1",
"typescript": "^2.3.2",
"zone.js": "^0.8.12"
},
"optionalDependencies": {
Expand Down Expand Up @@ -96,7 +95,7 @@
"tsickle": "^0.21.1",
"tslint": "^4.1.1",
"tslint-eslint-rules": "^3.1.0",
"typescript": "^2.1.5",
"typescript": "^2.3.2",
"universal-analytics": "^0.3.9",
"vrsource-tslint-rules": "^4.0.0",
"webpack": "^1.12.6",
Expand Down

0 comments on commit b6aad07

Please sign in to comment.