Skip to content
This repository has been archived by the owner on Mar 2, 2018. It is now read-only.

Commit

Permalink
workaround for #40
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtk75 committed Jul 20, 2015
1 parent 27ae98b commit 8ff578f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lib/css/sequence.styl
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ primary-border()

&.return .name::before
display block
content '«return»'
//content '«return»'

&.destroy .name::before
content '«destroy»'
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "jumly",
"version": "0.2.3",
"version": "0.2.4",
"author": "Tomotaka Sakuma",
"description": "Library to render UML diagrams",
"engines": {
"node": "0.10.35",
"npm": "1.4.28"
"node": "0.12.7",
"npm": "2.11.3"
},
"dependencies": {
"coffee-script": "1.8.0",
Expand All @@ -26,7 +26,7 @@
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-stylus": "^0.20.0",
"grunt-contrib-uglify": "^0.6.0",
"jasmine": "^2.1.1",
"jasmine": "^2.3.1",
"jasmine-core": "^2.3.4",
"jasmine-node": "^1.14.5",
"karma": "^0.12.28",
Expand Down
4 changes: 2 additions & 2 deletions public/jumly.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions public/jumly.min.js

Large diffs are not rendered by default.

0 comments on commit 8ff578f

Please sign in to comment.