Skip to content

Commit

Permalink
Remove breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
devowhippit committed Jun 30, 2020
1 parent 8ce857f commit f818503
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions config/postcss.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
*/

const path = require('path');

const tailwindcss = require('tailwindcss'); // utility framework
const cssnano = require('cssnano'); // css optimization

const resolve = require(path.join(__dirname, '../', 'bin/util/resolve'));

/**
Expand Down
2 changes: 0 additions & 2 deletions config/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
*/

const path = require('path');

const resolve = require(path.join(__dirname, '../', 'bin/util/resolve'));

const package = resolve('package.json');

/**
Expand Down
3 changes: 0 additions & 3 deletions config/rollup.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@
*/

const path = require('path');

const noderesolve = require('@rollup/plugin-node-resolve'); // Locate modules using the Node resolution algorithm, for using third party modules in node_modules.
const commonjs = require('@rollup/plugin-commonjs'); // Convert CommonJS modules to ES6, so they can be included in a Rollup bundle
const babel = require('rollup-plugin-babel'); // Transpile source code.
const buble = require('@rollup/plugin-buble'); // Convert ES2015 with buble.
const replace = require('@rollup/plugin-replace'); // Replace content while bundling.

const resolve = require(path.join(__dirname, '../', 'bin/util/resolve'));

const package = resolve('package.json');

/**
Expand Down
2 changes: 0 additions & 2 deletions config/sass.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
*/

const path = require('path');

const resolve = require(path.join(__dirname, '../', 'bin/util/resolve'));

const package = resolve('package.json');

/**
Expand Down
2 changes: 0 additions & 2 deletions config/slm.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
*/

const path = require('path');

const resolve = require(path.join(__dirname, '../', 'bin/util/resolve'));

const package = resolve('package.json');
const tokens = resolve('config/tokens');

Expand Down
2 changes: 0 additions & 2 deletions config/tokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
*/

const path = require('path');

const resolve = require(path.join(__dirname, '../', 'bin/util/resolve'));

const package = resolve('package.json');

/**
Expand Down

0 comments on commit f818503

Please sign in to comment.