Skip to content

Commit

Permalink
version 0.1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
frncesc committed Apr 25, 2016
1 parent 4fcf232 commit c25c393
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jclic",
"version": "0.1.20",
"version": "0.1.21",
"homepage": "http://projectestac.github.io/jclic.js",
"authors": [
"Francesc Busquets <francesc@gmail.com>"
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jclic",
"title": "JClic.js",
"description": "HTML5 player for JClic activities",
"version": "0.1.20",
"version": "0.1.21",
"main": "dist/jclic.js",
"homepage": "http://projectestac.github.io/jclic.js",
"readmeFilename": "README.md",
Expand Down Expand Up @@ -35,7 +35,7 @@
"license": "GPL-3.0",
"dependencies": {
"jquery": "~2.2.0",
"jszip": "^2.5.0",
"jszip": "^3.0.0",
"jszip-utils": "0.0.2",
"screenfull": "^3.0.0",
"scriptjs": "^2.5.8"
Expand All @@ -44,18 +44,18 @@
"browserify": "~13.0.0",
"deamdify": "~0.2.0",
"gc-jaguarjs-jsdoc": "0.0.1",
"grunt": "~0.4.5",
"grunt-browserify": "~4.0.0",
"grunt": "~1.0.1",
"grunt-browserify": "~5.0.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-uglify": "~0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-uglify": "~1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-express": "^1.4.1",
"grunt-extract-sourcemap": "^0.1.16",
"grunt-extract-sourcemap": "^0.1.17",
"grunt-jsdoc": "^1.0.0",
"load-grunt-tasks": "~3.4.0",
"requirejs": "~2.1.19"
"load-grunt-tasks": "~3.5.0",
"requirejs": "~2.2.0"
},
"scripts": {
"build": "npm install && grunt",
Expand Down

0 comments on commit c25c393

Please sign in to comment.