rn-shiki 0.0.20 → 0.0.21
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +9 -1
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "rn-shiki",
|
3
3
|
"type": "module",
|
4
|
-
"version": "0.0.
|
4
|
+
"version": "0.0.21",
|
5
5
|
"description": "Shiki syntax highlighter for React Native.",
|
6
6
|
"author": "Ryan Skinner <hello@ryanskinner.com>",
|
7
7
|
"license": "MIT",
|
@@ -13,6 +13,14 @@
|
|
13
13
|
"android",
|
14
14
|
"web"
|
15
15
|
],
|
16
|
+
"exports": {
|
17
|
+
".": {
|
18
|
+
"types": "./lib/typescript/index.d.ts",
|
19
|
+
"import": "./lib/module/index.js",
|
20
|
+
"require": "./lib/commonjs/index.js",
|
21
|
+
"default": "./lib/module/index.js"
|
22
|
+
}
|
23
|
+
},
|
16
24
|
"main": "lib/commonjs/index.js",
|
17
25
|
"module": "lib/module/index.js",
|
18
26
|
"types": "lib/typescript/index.d.ts",
|