Skip to content

Commit 0bfd213

Browse files
committed
Merge pull request #3018 from palantir/r2.0.0-rc1
Release version 2.0.0-rc1 (--> master)
2 parents 407b10e + 8174f17 commit 0bfd213

88 files changed

Lines changed: 5975 additions & 7538 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.d.ts text

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "plottable",
33
"description": "A modular charting library built on D3",
4-
"version": "1.16.2",
4+
"version": "2.0.0-rc1",
55
"main": ["plottable.js", "plottable.css"],
66
"typescript": {
77
"definition": "plottable.d.ts"

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "plottable.js",
33
"description": "A modular charting library built on D3",
4-
"version": "1.16.2",
4+
"version": "2.0.0-rc1",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -17,13 +17,13 @@
1717
"grunt-contrib-watch": "~0.5.3",
1818
"load-grunt-tasks": "~0.2.0",
1919
"grunt-ts": "5.0.0",
20-
"grunt-tslint": "2.4.0",
20+
"grunt-tslint": "3.0.0",
2121
"grunt-contrib-concat": "~0.3.0",
2222
"grunt-mocha-phantomjs": "0.6.1",
2323
"grunt-contrib-connect": "~0.6.0",
2424
"grunt-blanket-mocha": "~0.4.0",
2525
"grunt-saucelabs": "8.6.0",
26-
"typescript": "1.6.2",
26+
"typescript": "1.7.3",
2727
"grunt-sed": "~0.1.1",
2828
"grunt-git": "~0.2.6",
2929
"grunt-contrib-clean": "~0.4.0",
@@ -34,6 +34,7 @@
3434
"grunt-parallelize": "1.0.0",
3535
"grunt-umd": "2.3.3",
3636
"grunt-jscs": "1.8.0",
37-
"grunt-eslint": "15.0.0"
37+
"grunt-eslint": "15.0.0",
38+
"tslint": "3.1.1"
3839
}
3940
}

0 commit comments

Comments
 (0)