You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,11 @@ its package manager (npm) installed. You can get them from [http://nodejs.org/]
20
20
21
21
### Clone angularjs-typescript-webpack
22
22
23
-
Clone the angularjs-typescript-webpack repository using [git][git]:
23
+
Clone the angularjs-typescript-webpack repository using git:
24
24
25
25
### Install Dependencies
26
26
27
-
We have two kinds of dependencies in this project: development tools and application specific packages. They are both with [node package manager][npm].
27
+
We have two kinds of dependencies in this project: development tools and application specific packages. They are both managed with npm in package.json as devDependencies and dependecies respectively.
0 commit comments