@mediaclip/library 12.0.1 → 12.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -18
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -1,22 +1,8 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Mediaclip Library EcmaScript Themes Typings
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Learn more about EcmaScript themes at [doc.mediaclip.ca](https://doc.mediaclip.ca/library/themes/es/).
|
|
4
4
|
|
|
5
5
|
```bash
|
|
6
|
-
npm
|
|
7
|
-
npm
|
|
8
|
-
```
|
|
9
|
-
|
|
10
|
-
To link for development:
|
|
11
|
-
|
|
12
|
-
```bash
|
|
13
|
-
npm link
|
|
14
|
-
cd ../../../../mediaclip-library-test/Library
|
|
15
|
-
npm link @mediaclip/library
|
|
16
|
-
```
|
|
17
|
-
|
|
18
|
-
To unlink (from the library folder):
|
|
19
|
-
|
|
20
|
-
```bash
|
|
21
|
-
npm unlink @mediaclip/library
|
|
6
|
+
npm init --yes
|
|
7
|
+
npm i @mediaclip/library
|
|
22
8
|
```
|
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mediaclip/library",
|
|
3
|
-
"version": "12.0.
|
|
3
|
+
"version": "12.0.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"keywords": [],
|
|
7
7
|
"author": "Mediaclip inc.",
|
|
8
8
|
"license": "GPL-3.0-or-later",
|
|
9
9
|
"files": [
|
|
10
|
+
"README.md",
|
|
10
11
|
"dist/**/*.d.ts"
|
|
11
12
|
],
|
|
12
13
|
"scripts": {
|