Skip to content

Commit baaf406

Browse files
Chris Pearcefilipesilva
Chris Pearce
authored andcommitted
fix(ng2 blueprint): fix ordering in devDependencies of package.json blueprint
Fix the ordering of the devDependencies in the package.json so they are in correct alphabetical order. Removes the minor annoyance (when looking at file diffs) of the ts-node property having its location changed whenever a new module is added using npm install. Close #288
1 parent f020f8a commit baaf406

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

addon/ng2/blueprints/ng2/files/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"karma-jasmine": "^0.3.6",
3535
"protractor": "^3.0.0",
3636
"silent-error": "^1.0.0",
37+
"ts-node": "^0.5.5",
3738
"tslint": "^3.3.0",
3839
"typescript": "^1.8.7",
39-
"typings": "^0.6.6",
40-
"ts-node": "^0.5.5"
40+
"typings": "^0.6.6"
4141
}
4242
}

0 commit comments

Comments
 (0)