Skip to content

Commit 91afe6c

Browse files
committed
adds 'dist' to npm
1 parent 58d0cbe commit 91afe6c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"description": "Highlight any text in any JavaScript (browser, server, React, Vue, you name it!)",
55
"main": "index.js",
66
"type": "module",
7+
"files": [
8+
"dist"
9+
],
710
"exports": {
811
".": {
912
"require": "./dist/index.cjs",
@@ -33,7 +36,7 @@
3336
"name": "Michele Riva",
3437
"email": "michele.riva@oramasearch.com"
3538
},
36-
"license": "ISC",
39+
"license": "Apache-2.0",
3740
"devDependencies": {
3841
"@types/react": "^18.2.25",
3942
"bun-types": "^1.0.4-canary.20231004T140131",

0 commit comments

Comments
 (0)