Skip to content

Commit

Permalink
release 0.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantin committed Dec 18, 2014
1 parent 0f434e6 commit 79a8cb2
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ module.exports = function(grunt) {
},
dist: {
src: ['build/tauCharts.js'],
dest: 'build/<%= pkg.name %>.js'
dest: 'build/tauCharts.js'
}
},
compile: {
build: {
cwd: "src/",
src: src,
dest: "build/<%= pkg.name %>.js"
dest: "build/tauCharts.js"
},
dev: {
cwd: "src/",
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": "tauCharts",
"version": "0.2.19",
"version": "0.2.20",
"homepage": "https://github.com/TargetProcess/tauCharts",
"description": "Simple charts library based on d3",
"keywords": [
Expand Down
3 changes: 2 additions & 1 deletion build/plugins/tauCharts.legend.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
width: 15px;
height: 15px;
box-sizing: border-box;
border: 1px solid transparent;
border-width: 1px;
border-style: solid;
border-radius: 50%;
position: absolute;
top: 10px;
Expand Down
2 changes: 1 addition & 1 deletion build/plugins/tauCharts.legend.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/plugins/tauCharts.legend.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/plugins/tauCharts.tooltip.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 79a8cb2

Please sign in to comment.