Skip to content

Commit

Permalink
bumped all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
drom committed Nov 18, 2015
1 parent 0de0439 commit 026aa24
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 17 deletions.
9 changes: 6 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = function(grunt) {
files: [{
expand: true,
src: [
'WaveDrom.js', 'editor.js', 'init.js',
'editor.js', 'init.js',
'editor.html', 'tutorial.html',
'images/ic_*.png', 'images/favicon.ico', 'images/logo.png',
'skins/*', 'css/*', 'scripts/*'
Expand All @@ -21,7 +21,10 @@ module.exports = function(grunt) {
}, {
expand: true,
flatten: true,
src: ['WaveDromEditor/package.json'],
src: [
'WaveDromEditor/package.json',
'./node_modules/wavedrom/WaveDrom.js'
],
dest: 'WaveDromEditor_build/',
filter: 'isFile'
}]
Expand All @@ -35,7 +38,7 @@ module.exports = function(grunt) {
},
nodewebkit: {
options: {
version: '0.12.2',
version: '0.12.3',
buildDir: './nw_builds',
platforms: ['win', 'osx', 'linux32', 'linux64'],
keep_nw: true
Expand Down
Loading

0 comments on commit 026aa24

Please sign in to comment.