Skip to content

Commit

Permalink
Release v2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth Kinast committed Jul 26, 2016
1 parent 686866c commit 569697f
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ notifications:
- jchan@linkedin.com
- skinast@linkedin.com
before_install:
- npm install -g npm
- npm install -g npm@2
before_script:
- npm update
sudo: false
Expand Down
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ module.exports = function(grunt) {
testname: 'core',
browsers: [
{browserName: 'chrome'},
{browserName: 'firefox'},
{browserName: 'firefox', platform: 'Windows 10'},
{browserName: 'safari', version: 7, platform: 'OS X 10.9'},
{browserName: 'safari', version: 6, platform: 'OS X 10.8'},
{browserName: 'internet explorer', version: 11, platform: 'Windows 8.1'},
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dustjs-linkedin",
"version": "2.7.2",
"version": "2.7.3",
"homepage": "https://github.com/linkedin/dustjs",
"authors": [
"Veena Basavaraj <vybs@users.noreply.github.com>",
Expand Down
6 changes: 3 additions & 3 deletions dist/dust-core.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! dustjs-linkedin - v2.7.2
/*! dustjs-linkedin - v2.7.3
* http://dustjs.com/
* Copyright (c) 2015 Aleksander Williams; Released under the MIT License */
* Copyright (c) 2016 Aleksander Williams; Released under the MIT License */
(function (root, factory) {
if (typeof define === 'function' && define.amd && define.amd.dust === true) {
define('dust.core', [], factory);
Expand All @@ -11,7 +11,7 @@
}
}(this, function() {
var dust = {
"version": "2.7.2"
"version": "2.7.3"
},
NONE = 'NONE', ERROR = 'ERROR', WARN = 'WARN', INFO = 'INFO', DEBUG = 'DEBUG',
EMPTY_FUNC = function() {};
Expand Down
6 changes: 3 additions & 3 deletions dist/dust-core.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/dust-full.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! dustjs-linkedin - v2.7.2
/*! dustjs-linkedin - v2.7.3
* http://dustjs.com/
* Copyright (c) 2015 Aleksander Williams; Released under the MIT License */
* Copyright (c) 2016 Aleksander Williams; Released under the MIT License */
(function (root, factory) {
if (typeof define === 'function' && define.amd && define.amd.dust === true) {
define('dust.core', [], factory);
Expand All @@ -11,7 +11,7 @@
}
}(this, function() {
var dust = {
"version": "2.7.2"
"version": "2.7.3"
},
NONE = 'NONE', ERROR = 'ERROR', WARN = 'WARN', INFO = 'INFO', DEBUG = 'DEBUG',
EMPTY_FUNC = function() {};
Expand Down
6 changes: 3 additions & 3 deletions dist/dust-full.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/dust.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}
}(this, function() {
var dust = {
"version": "2.7.2"
"version": "2.7.3"
},
NONE = 'NONE', ERROR = 'ERROR', WARN = 'WARN', INFO = 'INFO', DEBUG = 'DEBUG',
EMPTY_FUNC = function() {};
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dustjs-linkedin",
"version": "2.7.2",
"version": "2.7.3",
"author": {
"name": "Aleksander Williams",
"url": "http://akdubya.github.com/dustjs"
Expand Down Expand Up @@ -39,8 +39,8 @@
"linkedin"
],
"dependencies": {
"chokidar": "~1.0.1",
"cli": "~0.6.6"
"chokidar": "~1.5.1",
"cli": "~0.11.2"
},
"devDependencies": {
"ayepromise": "~1.1.1",
Expand Down

0 comments on commit 569697f

Please sign in to comment.