Closed claylevering closed 2 years ago
Relates to #230
@nigelmegitt Would you still be interested in the package / project dependency changes / inclusions?
@nigelmegitt Would you still be interested in the package / project dependency changes / inclusions?
Improvements to the build system are very much welcome. Could you start by filing issues that the PR is intended to address?
Hi team - this PR should be associated with #230 but it also includes a small amount of project baselines that should probably be included in the repo:
timeBase
updates:timeBase
attribute should accept three values (media
,smpte
andclock
)media
package.json
is the one executing the scripts (rather than a possible global install with potential version mismatch)package-lock.json
to version 8's format.nvmrc
file to help fully establish Node versions.nvmrc
file.npm ci
/npm clean-install
to leverage package-lock.json (shrinkwrap)qunit
to a modern version and addednpm test
script to execute at least one of the unit tests