Skip to content

Commit

Permalink
feat(core angular react): trigger a minor release in Travis
Browse files Browse the repository at this point in the history
trigger a minor release in Travis
  • Loading branch information
theiliad committed Aug 30, 2018
1 parent e561748 commit 2995cfa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/angular/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export * from "./src/charts.module.ts"

export { DonutChartComponent } from "./donut-chart.component";
export { PieChartComponent } from "./pie-chart.component";
export { BarChartComponent } from "./bar-chart.component";
Expand Down
1 change: 0 additions & 1 deletion packages/core/webpack.build.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ var ExtractText = require("extract-text-webpack-plugin");
var nodeExternals = require('webpack-node-externals');
var path = require('path');


function rxjsExternal(context, request, cb) {
if (/^rxjs\/add\/observable\//.test(request)) {
return cb(null, {root: ['Rx', 'Observable'], commonjs: request, commonjs2: request, amd: request});
Expand Down
4 changes: 3 additions & 1 deletion packages/react/.babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"presets": ["env"],
"presets": [
"env"
],
"plugins": [
"transform-object-rest-spread",
"transform-react-jsx"
Expand Down

0 comments on commit 2995cfa

Please sign in to comment.