We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb8aa15 commit a5ea6caCopy full SHA for a5ea6ca
.npmignore
@@ -0,0 +1,3 @@
1
+.DS_Store
2
+.cache
3
+node_modules
package.json
@@ -1,11 +1,14 @@
{
"name": "synthland",
- "version": "0.1.0",
+ "version": "0.3.0",
4
"description": "Plays randomly generated FM synths.",
5
"main": "src/index.js",
6
"bin": {
7
"synthland": "bin/synthland"
8
},
9
+ "files": [
10
+ "dist"
11
+ ],
12
"scripts": {
13
"start": "parcel src/index.html",
14
"build": "parcel build src/index.html --public-url ./",
0 commit comments