Skip to content

Commit 7c55007

Browse files
committed
Merge pull request #3634 from JLLeitschuh/patch-1
Update DEVELOPER.md with correct grunt angular version run paramaters
2 parents d92a153 + 3922430 commit 7c55007

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DEVELOPER.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ http://localhost:9003/docs/#/tutorial to browse each tutorial.
1919
<br/> no-e2e - eliminate protractor tests
2020
<br/> angular=n.n.n - specify a specify angular version to run unit tests against
2121
<br/> core - run only the tests for the core code, skip features
22-
<br/> fast - alias for --no-e2e --core --angular=1.3.7
22+
<br/> fast - alias for --no-e2e --core --angular=1.3.6
2323

2424
```
25-
grunt dev --no-e2e --angular=1.3.7
25+
grunt dev --no-e2e --angular=1.3.6
2626
```
2727

2828
# Code Structure
@@ -418,4 +418,4 @@ Then push the changes to origin/master and Travis will take care of the rest!
418418
419419
git push origin master --tags
420420
421-
**NOTE:** Nuget must be pushed to manually
421+
**NOTE:** Nuget must be pushed to manually

0 commit comments

Comments
 (0)