Fix for br tags within nodes for new line

This commit is contained in:
knsv 2014-11-25 23:16:44 +01:00
parent 9c31ac8aa6
commit 6382fe07ab
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "gulp jasmine"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,11 +17,13 @@
"d3": "~3.4.13", "d3": "~3.4.13",
"dagre-d3": "~0.3.2", "dagre-d3": "~0.3.2",
"gulp": "~3.8.9", "gulp": "~3.8.9",
"gulp-browserify": "^0.5.0",
"gulp-concat": "~2.4.1", "gulp-concat": "~2.4.1",
"gulp-ext-replace": "~0.1.0", "gulp-ext-replace": "~0.1.0",
"gulp-jasmine": "~1.0.1", "gulp-jasmine": "~1.0.1",
"gulp-jison": "~1.0.0", "gulp-jison": "~1.0.0",
"gulp-rename": "~1.2.0", "gulp-rename": "~1.2.0",
"gulp-shell": "^0.2.10",
"gulp-uglify": "~1.0.1", "gulp-uglify": "~1.0.1",
"he": "^0.5.0", "he": "^0.5.0",
"jasmine": "~2.0.1", "jasmine": "~2.0.1",