Skip to content

Commit

Permalink
fix(event-display): minor script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
9inpachi committed Dec 29, 2020
1 parent b723091 commit 5139c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/phoenix-event-display/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"tsc-d": "tsc --declaration --emitDeclarationOnly --esModuleInterop --outFile dist/index.d.ts",
"prepare": "npm run build",
"docs": "node scripts/gen-api-docs.js",
"test": "jasmine-ts --config=jasmine.json"
"test": "jasmine-ts --config=configs/jasmine.json"
},
"dependencies": {
"@tweenjs/tween.js": "^17.4.0",
Expand Down

0 comments on commit 5139c6e

Please sign in to comment.