Skip to content

Commit

Permalink
Small fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronyeh committed Jan 14, 2022
1 parent 116f505 commit aefb5f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -607,11 +607,11 @@ module.exports = (grunt) => {
'Test the ESM build in a web server by navigating to http://localhost:8080/tests/flow.html?esm=true',
() => {
log('Remember to launch http-server in the vexflow/ directory!');
log('npx http-server');
log('Building the ESM files in watch mode...');
log(' npx http-server');
log('\nBuilding the ESM files in watch mode...');
grunt.task.run('clean:build_esm');
open(LOCALHOST + '/tests/flow.html?esm=true');
grunt.task.run('watch:esm');
grunt.task.run('build:esm:watch');
}
);

Expand Down
4 changes: 2 additions & 2 deletions src/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const VERSION: string = '4.0.0';
export const ID: string = '5b4495d440ba816ae0f162eb1d2eb7f4401de4b5';
export const DATE: string = '2022-01-13T22:20:28.357Z';
export const ID: string = '116f5052a929bf70c4f84993691b8bbe67178e8a';
export const DATE: string = '2022-01-14T01:03:03.555Z';

0 comments on commit aefb5f5

Please sign in to comment.