Browse Source
Merge pull request #459 from 274188A/patch-10
You can also simply indent your code by four spaces
pull/461/head
Halil İbrahim Kalkan
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
8 additions and
8 deletions
-
docs/AspNetCore/Client-Side-Package-Management.md
|
|
|
@ -22,14 +22,14 @@ The benefit of a **standard package** is: |
|
|
|
|
|
|
|
Depending on a standard package is easy. Just add it to your **package.json** file like you normally do. Example: |
|
|
|
|
|
|
|
````json |
|
|
|
{ |
|
|
|
... |
|
|
|
"dependencies": { |
|
|
|
"@abp/bootstrap": "^1.0.0" |
|
|
|
} |
|
|
|
} |
|
|
|
```` |
|
|
|
|
|
|
|
{ |
|
|
|
... |
|
|
|
"dependencies": { |
|
|
|
"@abp/bootstrap": "^1.0.0" |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
It's suggested to depend on a standard package instead of directly depending on a third-party package. |
|
|
|
|
|
|
|
|