Skip to content

Commit 8230633

Browse files
chore: Include NOTICE in artifact (#50)
1 parent cafbbe5 commit 8230633

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
@@ -13,7 +13,7 @@
1313
"scripts": {
1414
"prebuild": "rm -rf lib && mkdir lib",
1515
"build": "echo 'Nothing to build'",
16-
"postbuild": "cp *.js README.md LICENSE package.json lib",
16+
"postbuild": "cp *.js README.md LICENSE NOTICE package.json lib",
1717
"lint": "eslint .",
1818
"test": "tap",
1919
"prepare": "husky install"

0 commit comments

Comments
 (0)