Skip to content

Commit 3922430

Browse files
committed
Update DEVELOPER.md
The documentation says the grunt launch task should use angular 1.3.7 however the build has angular version 1.3.7.
1 parent 1adfae4 commit 3922430

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)