Skip to content

Commit

Permalink
Merge pull request #1462 from palantir/release-v0.39.0
Browse files Browse the repository at this point in the history
Release v0.39.0 (--> master)
  • Loading branch information
jtlan committed Dec 13, 2014
2 parents 9a7be38 + 60999c8 commit 0488fb1
Show file tree
Hide file tree
Showing 109 changed files with 2,061 additions and 2,474 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = function(grunt) {
noImplicitAny: true,
sourceMap: false,
declaration: true,
compiler: "./node_modules/grunt-ts/customcompiler/tsc",
compiler: "./node_modules/typescript/bin/tsc",
removeComments: false
}
},
Expand All @@ -26,7 +26,7 @@ module.exports = function(grunt) {
sourceMap: false,
noImplicitAny: true,
declaration: false,
compiler: "./node_modules/grunt-ts/customcompiler/tsc",
compiler: "./node_modules/typescript/bin/tsc",
removeComments: false
}
},
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "plottable",
"description": "A library for creating charts out of D3",
"version": "0.38.0",
"version": "0.39.0",
"main": ["plottable.js", "plottable.css"],
"license": "MIT",
"ignore": [
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": "plottable.js",
"description": "A library for creating charts out of D3",
"version": "0.38.0",
"version": "0.39.0",
"repository": {
"type": "git",
"url": "https://github.com/palantir/plottable.git"
Expand All @@ -16,13 +16,13 @@
"grunt-contrib-watch": "~0.5.3",
"load-grunt-tasks": "~0.2.0",
"grunt-ts": "~1.12.1",
"grunt-tslint": "~0.4.0",
"grunt-tslint": "1.0.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-mocha-phantomjs": "~0.4.0",
"grunt-contrib-connect": "~0.6.0",
"grunt-blanket-mocha": "~0.4.0",
"grunt-saucelabs": "8.1.1",
"typescript": "1.0.1",
"typescript": "1.3.0",
"grunt-sed": "~0.1.1",
"grunt-git": "~0.2.6",
"grunt-contrib-clean": "~0.4.0",
Expand Down
Loading

0 comments on commit 0488fb1

Please sign in to comment.