1.0.3 already

This commit is contained in:
alex 2022-01-27 14:07:52 +00:00
parent c496002ca5
commit d911e1f51a

View File

@ -1,8 +1,8 @@
{
"name": "strudel",
"version": "1.0.0",
"name": "tidal-strudel",
"version": "1.0.2",
"description": "Experimental port of tidalcycles to javascript",
"main": "index.js",
"main": "strudel.mjs",
"scripts": {
"test": "mocha"
},
@ -17,17 +17,17 @@
"livecoding",
"algorave"
],
"author": "Alex McLean",
"author": "Alex McLean <alex@slab.org> (https://slab.org)",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/yaxu/strudel/issues"
},
"homepage": "https://github.com/yaxu/strudel#readme",
"devDependencies": {
"fraction.js": "^4.1.2",
"mocha": "^9.1.4"
"mocha": "^9.1.4",
"snowpack": "^3.8.8"
},
"dependencies": {
"snowpack": "^3.8.8"
"fraction.js": "^4.1.2"
}
}