@financial-times/n-myft-ui 27.1.0 → 28.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/.circleci/config.yml +1 -1
- package/Makefile +2 -6
- package/bower.json +0 -3
- package/build-state/npm-shrinkwrap.json +1874 -2160
- package/components/save-for-later/save-for-later.html +2 -1
- package/components/unread-articles-indicator/date-fns.js +6 -6
- package/karma.conf.js +0 -7
- package/myft/main.scss +145 -0
- package/myft/ui/lists.js +22 -0
- package/myft/ui/save-article-to-list-variant.js +369 -0
- package/package.json +16 -5
- package/webpack.config.js +23 -0
- package/page-kit.config.js +0 -21
- package/scripts/prevent-npm-deps.js +0 -8
package/page-kit.config.js
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
const path = require('path');
|
2
|
-
|
3
|
-
module.exports = {
|
4
|
-
plugins: [
|
5
|
-
require('@financial-times/dotcom-build-js').plugin(),
|
6
|
-
require('@financial-times/dotcom-build-sass').plugin(),
|
7
|
-
require('@financial-times/dotcom-build-bower-resolve').plugin()
|
8
|
-
],
|
9
|
-
settings: {
|
10
|
-
build: {
|
11
|
-
entry: {
|
12
|
-
scripts: [
|
13
|
-
'./myft/index.js',
|
14
|
-
'./myft-common/index.js'
|
15
|
-
],
|
16
|
-
styles: './myft/test.scss'
|
17
|
-
},
|
18
|
-
outputPath: path.resolve('./public')
|
19
|
-
}
|
20
|
-
}
|
21
|
-
};
|