Skip to content

Commit a5ea6ca

Browse files
committed
include dist files in npm publish
1 parent eb8aa15 commit a5ea6ca

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.npmignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.DS_Store
2+
.cache
3+
node_modules

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
22
"name": "synthland",
3-
"version": "0.1.0",
3+
"version": "0.3.0",
44
"description": "Plays randomly generated FM synths.",
55
"main": "src/index.js",
66
"bin": {
77
"synthland": "bin/synthland"
88
},
9+
"files": [
10+
"dist"
11+
],
912
"scripts": {
1013
"start": "parcel src/index.html",
1114
"build": "parcel build src/index.html --public-url ./",

0 commit comments

Comments
 (0)