Skip to content

Commit

Permalink
feat: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Eling486 committed Aug 16, 2022
1 parent fcfcf0a commit 0a7eca5
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"name": "app-midi-board",
"version": "0.1.0",
"description": "MIDI Board - A Netless app for Musician, MIDI maker and Music educator",
"private": true,
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"version": "0.5.0",
"description": "MIDI Board - A Netless app for Musicians, MIDI makers and Music educators",
"private": false,
"main": "src/index.ts",
"files": [
"src",
"dist"
"src"
],
"scripts": {
"start": "vite",
Expand Down

0 comments on commit 0a7eca5

Please sign in to comment.