Skip to content

Commit faaa48f

Browse files
committed
2.4.2
1 parent 81491c5 commit faaa48f

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ env:
99
- TRAVIS_NODE_VERSION="11"
1010
- TRAVIS_NODE_VERSION="10"
1111
- TRAVIS_NODE_VERSION="9"
12+
- TRAVIS_NODE_VERSION="8"
1213
install:
1314
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install $TRAVIS_NODE_VERSION
1415
- npm --version

WaveDrom.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

WaveDromEditor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "WaveDromEditor",
33
"main": "editor.html",
4-
"version": "2.4.1",
4+
"version": "2.4.2",
55
"window": {
66
"icon":"images/logo.png",
77
"toolbar": false,

build-wde.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ cp scripts/* src/scripts
2727

2828
curl https://raw.githubusercontent.com/drom/simple-nwjs-app/master/build.sh -o build.sh
2929

30-
bash build.sh --name wavedrom-editor --version v2.4.1
30+
bash build.sh --name wavedrom-editor --version v2.4.2

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wavedrom-editor",
33
"description": "WaveDrom editor",
4-
"version": "2.4.1",
4+
"version": "2.4.2",
55
"main": "index.js",
66
"directories": {
77
"doc": "doc"
@@ -29,7 +29,7 @@
2929
"@drom/eslint-config": "^0.10.0",
3030
"codemirror": "^5.52.2",
3131
"eslint": "^6.8.0",
32-
"wavedrom": "^2.4.1"
32+
"wavedrom": "^2.4.2"
3333
},
3434
"eslintConfig": {
3535
"extends": "@drom/eslint-config/eslint4/node4"

wavedrom.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)