Skip to content

Commit

Permalink
🆙 fs-extra -> fs
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Sep 14, 2019
1 parent a9498bb commit ba0af6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@
"eslint-plugin-react": "^7.14.2",
"eslint-tinker": "^0.5.0",
"fetch-jsonp": "^1.1.3",
"fs-extra": "^8.1.0",
"full-icu": "^1.3.0",
"glob": "^7.1.4",
"husky": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion scripts/check-demo.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const path = require('path');
const yfm = require('yaml-front-matter');
const glob = require('glob');
const fs = require('fs-extra');
const fs = require('fs');

const demoFiles = glob.sync(path.join(process.cwd(), 'components/**/demo/*.md'));
// eslint-disable-next-line no-restricted-syntax
Expand Down

0 comments on commit ba0af6e

Please sign in to comment.