Skip to content

Commit 8ff578f

Browse files
committed
workaround for tmtk75#40
1 parent 27ae98b commit 8ff578f

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

lib/css/sequence.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ primary-border()
145145

146146
&.return .name::before
147147
display block
148-
content '«return»'
148+
//content '«return»'
149149

150150
&.destroy .name::before
151151
content '«destroy»'

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "jumly",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"author": "Tomotaka Sakuma",
55
"description": "Library to render UML diagrams",
66
"engines": {
7-
"node": "0.10.35",
8-
"npm": "1.4.28"
7+
"node": "0.12.7",
8+
"npm": "2.11.3"
99
},
1010
"dependencies": {
1111
"coffee-script": "1.8.0",
@@ -26,7 +26,7 @@
2626
"grunt-contrib-cssmin": "^0.10.0",
2727
"grunt-contrib-stylus": "^0.20.0",
2828
"grunt-contrib-uglify": "^0.6.0",
29-
"jasmine": "^2.1.1",
29+
"jasmine": "^2.3.1",
3030
"jasmine-core": "^2.3.4",
3131
"jasmine-node": "^1.14.5",
3232
"karma": "^0.12.28",

public/jumly.min.css

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

public/jumly.min.js

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

0 commit comments

Comments
 (0)