Skip to content

Commit

Permalink
Release/3.5.2 (#3398)
Browse files Browse the repository at this point in the history
* delete bower related stuff

* prepare release 3.5.2
  • Loading branch information
hellochar authored and themadcreator committed Aug 30, 2017
1 parent abf9510 commit fa04969
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 56 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Expand Up @@ -11,7 +11,7 @@ indent_style = space
[*.{js,ts}]
indent_size = 2

[{package.json,bower.json,.travis.yml,.tslintrc}]
[{package.json,.travis.yml,.tslintrc}]
indent_size = 2

[{tsconfig.json}]
Expand Down
45 changes: 0 additions & 45 deletions bower.json

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "plottable",
"description": "A modular charting library built on D3",
"version": "3.5.1",
"version": "3.5.2",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
11 changes: 2 additions & 9 deletions webpackConfig/build.js
Expand Up @@ -10,16 +10,9 @@ Licensed under MIT (https://github.com/palantir/plottable/blob/master/LICENSE)`;
/**
* Builds plottable.js from sources in /build/src. Requirements:
*
* Be ready for consumption by bower, a script tag, or requireJS.
* Be ready for consumption by a script tag, or requireJS.
* should specify d3 as an external dependency.
*
* Example bower usage:
*
* User runs `bower install plottable --save` in their directory.
* Their bower_components gets plottable and d3. They then add the two
* files in the right order through script tags, or plug it into requireJS,
* and reference Plottable globally.
*
* Example script tag usage:
*
* User adds two script tags to their html page:
Expand Down Expand Up @@ -48,7 +41,7 @@ Licensed under MIT (https://github.com/palantir/plottable/blob/master/LICENSE)`;
* User calls define(["plottable"], function (Plottable) { ... })
*
* So there's two ideas:
* (a) Getting the plottable.js file. This is either from bower or from a web url.
* (a) Getting the plottable.js file. This is probably from a web url.
* (b) Referencing the Plottable object/code. This is either globally or by declaring
* a dependency on a module named "plottable" (both in AMD and CommonJS).
*/
Expand Down

1 comment on commit fa04969

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Release/3.5.2 (#3398)

Demo: quicktests | fiddle

Please sign in to comment.