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

Commit

Permalink
fix versions
Browse files Browse the repository at this point in the history
- bump up to 0.2.5
- node 0.12
- fix jasmine path
  • Loading branch information
tmtk75 committed Nov 23, 2015
1 parent 5314c4b commit 2579051
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js

node_js:
- "0.10"
- "0.12"

script: npm run test

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ node_modules/jquery/dist/jquery.js:

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jumly",
"version": "0.2.5dev",
"version": "0.2.5",
"author": "Tomotaka Sakuma",
"description": "Library to render UML diagrams",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion public/jumly.min.css

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

2 changes: 1 addition & 1 deletion public/jumly.min.js

Large diffs are not rendered by default.

0 comments on commit 2579051

Please sign in to comment.