Skip to content

Commit

Permalink
wavedrom 1.8.0 ; nwjs 0.35.4
Browse files Browse the repository at this point in the history
  • Loading branch information
drom committed Jan 9, 2019
1 parent 2240e14 commit daa8618
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ node_modules
cache
build
src
package-lock.json
build.sh
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ os:
sudo: false
env:
matrix:
- TRAVIS_NODE_VERSION="11"
- TRAVIS_NODE_VERSION="10"
- TRAVIS_NODE_VERSION="9"
- TRAVIS_NODE_VERSION="8"
- TRAVIS_NODE_VERSION="6"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2011-2016 Aliaksei Chapyzhenka
Copyright (c) 2011-2019 Aliaksei Chapyzhenka

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ See [Tutorial](http://wavedrom.com/tutorial.html) for more examples.

## How to Build Desktop Application

* Install `nodejs` from http://nodejs.org/
* Install `nodejs` from http://nodejs.org/ or https://github.com/creationix/nvm
* `npm install` to install the development environment
* `node run build` to build distributable packages
* `npm run build` to build distributable packages

## Community

Expand Down
4 changes: 2 additions & 2 deletions WaveDrom.js

Large diffs are not rendered by default.

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": "1.6.3",
"version": "1.8.0",
"window": {
"icon":"images/logo.png",
"toolbar": false,
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
environment:
matrix:
- nodejs_version: 11
- nodejs_version: 10
- nodejs_version: 9
- nodejs_version: 8
- nodejs_version: 6
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

wget https://raw.githubusercontent.com/drom/simple-nwjs-app/master/build.sh -O build.sh

bash build.sh --name wavedrom-editor --version v1.6.3
bash build.sh --name wavedrom-editor --version v1.8.0
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wavedrom-editor",
"description": "WaveDrom editor",
"version": "1.6.3",
"version": "1.8.0",
"main": "index.js",
"directories": {
"doc": "doc"
Expand All @@ -26,10 +26,10 @@
},
"homepage": "http://wavedrom.com",
"devDependencies": {
"codemirror": "^5.23.0",
"codemirror": "^5.42.1",
"eslint": "^4.10.0",
"@drom/eslint-config": "^0.7.0",
"wavedrom": "^1.6.3"
"wavedrom": "^1.8.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 daa8618

Please sign in to comment.