Skip to content

Commit f818503

Browse files
committed
Remove breaks
1 parent 8ce857f commit f818503

File tree

6 files changed

+0
-13
lines changed

6 files changed

+0
-13
lines changed

config/postcss.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
*/
44

55
const path = require('path');
6-
76
const tailwindcss = require('tailwindcss'); // utility framework
87
const cssnano = require('cssnano'); // css optimization
9-
108
const resolve = require(path.join(__dirname, '../', 'bin/util/resolve'));
119

1210
/**

config/publish.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
*/
44

55
const path = require('path');
6-
76
const resolve = require(path.join(__dirname, '../', 'bin/util/resolve'));
8-
97
const package = resolve('package.json');
108

119
/**

config/rollup.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@
33
*/
44

55
const path = require('path');
6-
76
const noderesolve = require('@rollup/plugin-node-resolve'); // Locate modules using the Node resolution algorithm, for using third party modules in node_modules.
87
const commonjs = require('@rollup/plugin-commonjs'); // Convert CommonJS modules to ES6, so they can be included in a Rollup bundle
98
const babel = require('rollup-plugin-babel'); // Transpile source code.
109
const buble = require('@rollup/plugin-buble'); // Convert ES2015 with buble.
1110
const replace = require('@rollup/plugin-replace'); // Replace content while bundling.
12-
1311
const resolve = require(path.join(__dirname, '../', 'bin/util/resolve'));
14-
1512
const package = resolve('package.json');
1613

1714
/**

config/sass.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
*/
44

55
const path = require('path');
6-
76
const resolve = require(path.join(__dirname, '../', 'bin/util/resolve'));
8-
97
const package = resolve('package.json');
108

119
/**

config/slm.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
*/
44

55
const path = require('path');
6-
76
const resolve = require(path.join(__dirname, '../', 'bin/util/resolve'));
8-
97
const package = resolve('package.json');
108
const tokens = resolve('config/tokens');
119

config/tokens.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
*/
44

55
const path = require('path');
6-
76
const resolve = require(path.join(__dirname, '../', 'bin/util/resolve'));
8-
97
const package = resolve('package.json');
108

119
/**

0 commit comments

Comments
 (0)