Skip to content

Commit

Permalink
chore(ffe-chart-donut-react): Add correct dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristofer Selbekk committed Jan 3, 2018
1 parent d528d89 commit a9f4c5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ffe-chart-donut-react/example/example.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { writeFileSync } from 'fs';
import { join } from 'path';

import React, { Component } from 'react';
import React from 'react';
import { renderToStaticMarkup } from 'react-dom/server';

import ChartDonut from '../src/ChartDonut';
Expand Down Expand Up @@ -46,7 +46,7 @@ function App() {
/>
</div>
</div>
)
);
}

const markup = `
Expand Down
1 change: 1 addition & 0 deletions packages/ffe-chart-donut-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"devDependencies": {
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"ffe-core": "^10.2.0",
"jest": "^22.0.4",
"react": "^16.0",
"style-loader": "^0.19.1"
Expand Down

0 comments on commit a9f4c5b

Please sign in to comment.