@financial-times/n-conversion-forms 20.4.2 → 21.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -145,6 +145,7 @@ workflows:
145
145
  requires:
146
146
  - build
147
147
  - publish:
148
+ context: npm-publish-token
148
149
  filters:
149
150
  <<: *filters_version_tag
150
151
  requires:
package/.eslintignore CHANGED
@@ -1,3 +1,2 @@
1
- /bower_components
2
1
  /dist
3
2
  /.eslintrc.js
package/.prettierignore CHANGED
@@ -7,7 +7,6 @@ package-lock.json
7
7
  /tmp/
8
8
  /dist
9
9
 
10
- bower_components
11
10
  node_modules
12
11
 
13
12
  /coverage
@@ -1,4 +1,3 @@
1
- const { PageKitBowerResolvePlugin } = require('@financial-times/dotcom-build-bower-resolve');
2
1
 
3
2
  module.exports = {
4
3
  'stories': [
@@ -9,7 +8,6 @@ module.exports = {
9
8
  '@storybook/addon-a11y'
10
9
  ],
11
10
  webpackFinal: async (config) => {
12
- config.plugins.push(new PageKitBowerResolvePlugin());
13
11
  return config;
14
12
  }
15
13
  };
package/README.md CHANGED
@@ -23,7 +23,6 @@ For installing dependencies, running the build process and the documentation app
23
23
 
24
24
  - [Node](https://nodejs.org/en/)
25
25
  - [NPM](https://www.npmjs.com/)
26
- - [Bower](https://bower.io/)
27
26
 
28
27
  ## Usage
29
28