Skip to content

Commit

Permalink
2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drom committed Jun 7, 2021
1 parent 63e8612 commit f9f1015
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ env:
- TRAVIS_NODE_VERSION="16"
- TRAVIS_NODE_VERSION="14"
- TRAVIS_NODE_VERSION="12"
- TRAVIS_NODE_VERSION="10"
install:
- 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
- npm --version
Expand Down
2 changes: 1 addition & 1 deletion WaveDromEditor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "WaveDromEditor",
"main": "editor.html",
"version": "2.6.6",
"version": "2.7.0",
"window": {
"icon":"images/logo.png",
"toolbar": false,
Expand Down
2 changes: 1 addition & 1 deletion build-wde.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ cp scripts/* src/scripts

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

bash build.sh --name wavedrom-editor --version v2.6.6
bash build.sh --name wavedrom-editor --version v2.7.0
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wavedrom-editor",
"description": "WaveDrom editor",
"version": "2.6.6",
"version": "2.7.0",
"main": "index.js",
"directories": {
"doc": "doc"
Expand All @@ -27,9 +27,9 @@
"homepage": "http://wavedrom.com",
"devDependencies": {
"@drom/eslint-config": "^0.10.0",
"codemirror": "^5.52.2",
"eslint": "^6.8.0",
"wavedrom": "^2.6.6"
"codemirror": "^5.61.1",
"eslint": "^2.13.1",
"wavedrom": "^2.7.0"
},
"eslintConfig": {
"extends": "@drom/eslint-config/eslint4/node4"
Expand Down
4 changes: 2 additions & 2 deletions wavedrom.min.js

Large diffs are not rendered by default.

0 comments on commit f9f1015

Please sign in to comment.