Skip to content

Commit 3f73060

Browse files
ikoevskaFatme Havaluova
authored and
Fatme Havaluova
committed
Reworking Plugins.md
1 parent 75c4e94 commit 3f73060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PLUGINS.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Starting with NativeScript CLI 1.1.0, you can develop or use plugins in your Nat
66
* [What Are NativeScript Plugins](#what-are-nativescript-plugins)
77
* [Create a Plugin](#create-a-plugin)
88
* [Directory Structure](#directory-structure)
9-
* [Package.json Specification](#package-json-specification)
9+
* [Package.json Specification](#packagejson-specification)
1010
* [Install a Plugin](#install-a-plugin)
1111
* [Valid Plugin Sources](#valid-plugin-sources)
1212
* [Installation Specifics](#installation-specifics)
@@ -20,7 +20,7 @@ Starting with NativeScript CLI 1.1.0, you can develop or use plugins in your Nat
2020

2121
A NativeScript plugin is any npm package, published or not, that exposes a native API via JavaScript and consists of the following elements.
2222

23-
* A `package.json` file which contains the following metadata: name, version, supported runtime versions, dependencies and others. For more information, see the [Package.json Specification](#package-json-specification) section.
23+
* A `package.json` file which contains the following metadata: name, version, supported runtime versions, dependencies and others. For more information, see the [Package.json Specification](#packagejson-specification) section.
2424
* One or more CommonJS modules that expose a native API via a unified JavaScript API. For more information about Common JS modules, see the [CommonJS Wiki](http://wiki.commonjs.org/wiki/CommonJS).
2525
* `AndroidManifest.xml` and `Info.plist` which describe the permissions, features or other configurations required or used by your app for Android and iOS, respectively.
2626

0 commit comments

Comments
 (0)