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