Skip to content

Commit 2579051

Browse files
committed
fix versions
- bump up to 0.2.5 - node 0.12 - fix jasmine path
1 parent 5314c4b commit 2579051

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22

33
node_js:
4-
- "0.10"
4+
- "0.12"
55

66
script: npm run test
77

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ node_modules/jquery/dist/jquery.js:
2828

2929
vendor/jasmine/lib/jasmine-2.3.4/jasmine.js:
3030
mkdir -p vendor/jasmine && cd vendor/jasmine; \
31-
curl -OL 'https://github.com/jasmine/jasmine/releases/download/v3.3.4/jasmine-standalone-2.3.4.zip'; \
31+
curl -OL 'https://github.com/jasmine/jasmine/releases/download/v2.3.4/jasmine-standalone-2.3.4.zip'; \
3232
unzip -o jasmine-standalone-2.3.4.zip; \
3333
touch lib/jasmine-2.3.4/jasmine.js
3434

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jumly",
3-
"version": "0.2.5dev",
3+
"version": "0.2.5",
44
"author": "Tomotaka Sakuma",
55
"description": "Library to render UML diagrams",
66
"engines": {

public/jumly.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/jumly.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)