install events

This commit is contained in:
Felix Roos 2022-02-27 22:09:43 +01:00
parent 190729df73
commit df0650e48d
2 changed files with 16 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{
"scripts": {
"start": "snowpack dev --polyfill-node",
"build": "snowpack build && cp ./public/.nojekyll ../docs && npm run build-tutorial",
"build": "snowpack build --polyfill-node && cp ./public/.nojekyll ../docs && npm run build-tutorial",
"static": "npx serve ../docs",
"test": "web-test-runner \"src/**/*.test.tsx\"",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
@ -16,6 +16,7 @@
"chord-voicings": "^0.0.1",
"codemirror": "^5.65.1",
"estraverse": "^5.3.0",
"events": "^3.3.0",
"multimap": "^1.1.0",
"ramda": "^0.28.0",
"react": "^17.0.2",