We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fbebb9 commit 385184eCopy full SHA for 385184e
lib/.gitignore
@@ -1 +1,5 @@
1
-dist
+dist
2
+
3
+demo.gif
4
+LICENSE
5
+README.md
lib/package.json
@@ -58,7 +58,7 @@
58
}
59
},
60
"scripts": {
61
- "prepare": "bob build"
+ "prepare": "cp ../README.md ../LICENSE ../demo.gif ./ && bob build"
62
63
"files": [
64
"src",
0 commit comments