Skip to content

Commit ac7baed

Browse files
committed
chore: npm package page formatting
1 parent eaa53db commit ac7baed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

understanding-packages.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@ title: Understanding @nativescript
44

55
There are a few npm packages that are fundamental to NativeScript development and are good to understand.
66

7-
- `@nativescript/core`
7+
### `@nativescript/core`
88

99
A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.
1010

11-
- `@nativescript/android`
11+
### `@nativescript/android`
1212

1313
The v8 JavaScript engine runtime enabled for Android NativeScript development.
1414

15-
- `@nativescript/ios`
15+
### `@nativescript/ios`
1616

1717
The v8 JavaScript engine runtime enabled for iOS NativeScript development.
1818

1919
You can also use a [JavaScriptCore](https://developer.apple.com/documentation/javascriptcore) version of this runtime using the npm tag `JSC`. This can be useful for projects that may experience any issue with the v8 engine.
2020

21-
- `@nativescript/types`
21+
### `@nativescript/types`
2222

2323
This provides TypeScript definitions for all iOS and Android APIs available to do NativeScript development with.
2424

25-
- `@nativescript/webpack`
25+
### `@nativescript/webpack`
2626

2727
This provides loaders, helpers and base configs for all fundamental NativeScript development to debug, run, build and release your apps.
2828

0 commit comments

Comments
 (0)