Skip to content

Commit

Permalink
remove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
Mavrin committed Aug 29, 2018
1 parent 3e5db6a commit e5befa6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion full/taucharts.full.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import '../plugins/tooltip';
import '../plugins/trendline';
import '../src/addons/color-brewer';


export {
GPL,
Plot,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"build:production": "webpack --mode=production",
"build:dev": "webpack",
"test": "npm run build && karma start",
"lint": "tslint src/**/*.ts src/**/*.js plugins/**/*.ts plugins/**/*.js task/**/*.js config/**/*.js --exclude src/addons/**/*.*",
"lint": "tslint full/**/*.ts src/**/*.ts src/**/*.js plugins/**/*.ts plugins/**/*.js task/**/*.js config/**/*.js --exclude src/addons/**/*.*",
"devtest": "npm run build:dev && karma start --taucharts-debug",
"prepublishOnly": "npm run build",
"publishToReleaseBranch": "node tasks/publishToReleaseBranch.js"
Expand Down

0 comments on commit e5befa6

Please sign in to comment.