File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ http://localhost:9003/docs/#/tutorial to browse each tutorial.
19
19
<br /> no-e2e - eliminate protractor tests
20
20
<br /> angular=n.n.n - specify a specify angular version to run unit tests against
21
21
<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
23
23
24
24
```
25
- grunt dev --no-e2e --angular=1.3.7
25
+ grunt dev --no-e2e --angular=1.3.6
26
26
```
27
27
28
28
# Code Structure
@@ -418,4 +418,4 @@ Then push the changes to origin/master and Travis will take care of the rest!
418
418
419
419
git push origin master --tags
420
420
421
- **NOTE:** Nuget must be pushed to manually
421
+ **NOTE:** Nuget must be pushed to manually
You can’t perform that action at this time.
0 commit comments