Skip to content

Commit 58426c4

Browse files
author
Jacob Heric
committed
add readme to dist for npm package
1 parent 530d5a9 commit 58426c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"main": "dist/index.js",
1515
"types": "dist/index.d.ts",
1616
"scripts": {
17-
"build": "tsc && cp package.json ./dist/package.json",
17+
"build": "tsc && cp package.json ./dist/package.json && cp README.md ./dist/README.md",
1818
"lint": "eslint src --ext .ts --fix"
1919
},
2020
"peerDependencies": {

0 commit comments

Comments
 (0)