Skip to content

Commit

Permalink
Release v7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbeech committed May 31, 2017
1 parent a89ec29 commit 3b2da81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tal",
"version": "7.3.0",
"version": "7.4.0",
"homepage": "http://fmtvp.github.io/tal/index.html",
"description": "TAL was developed internally within the BBC as a way of vastly simplifying TV application development whilst increasing the reach of BBC TV applications such as iPlayer. Today all of the BBC’s HTML-based TV applications are built using TAL.",
"main": "static/script/application.js",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tal",
"license": "Apache-2.0",
"version": "7.3.0",
"version": "7.4.0",
"repository": {
"type": "git",
"url": "https://github.com/fmtvp/tal.git"
Expand All @@ -13,8 +13,8 @@
"config": "./config",
"static": "./static/script"
},
"engines" : {
"npm" : "~3.10.3"
"engines": {
"npm": "~3.10.3"
},
"devDependencies": {
"eslint-plugin-jasmine": "^1.6.0",
Expand Down

0 comments on commit 3b2da81

Please sign in to comment.