Skip to content

Commit

Permalink
Update package.json for prelease
Browse files Browse the repository at this point in the history
  • Loading branch information
Qianqianye authored Sep 18, 2024
1 parent c4e1f64 commit 4300587
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "p5.sound.new",
"version": "1.0.0",
"name": "p5.sound",
"version": "0.1.0-beta",
"description": "a light p5.js wrapper for tone.js ",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c"
Expand All @@ -12,7 +11,13 @@
"sound"
],
"author": "tommy",
"license": "ISC",
"license": "LGPL-2.1",
"main": "./dist/p5.sound.js",
"files": [
"LICENSE",
"dist/p5.sound.min.js",
"dist/p5.sound.js",
],
"dependencies": {
"lodash": "^4.17.21",
"tone": "^15.0.2",
Expand Down

0 comments on commit 4300587

Please sign in to comment.