From 56b153cec0eb5e2d4900ca3e2765e0051b5277cd Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier Date: Tue, 15 Jun 2021 14:02:32 +0200 Subject: [PATCH] fix: styling framework path --- README.md | 8 ++++---- package-lock.json | 8 ++++---- package.json | 2 +- src/styles/index.scss | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6856216..0844377 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@


- Orbit + Orbit

-

A magic orchestrator that allows the Freelance Network to thrive in a decentralized way, built on top of Startin'blox.

+

A magic orchestrator that allows any Blox to thrive in a decentralized way, built on top of Startin'blox.


create a feature request - create an issue - pipeline status + create an issue + pipeline status

## Getting Started diff --git a/package-lock.json b/package-lock.json index 39c8bf1..0147f07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1614,10 +1614,10 @@ "any-observable": "^0.3.0" } }, - "@startinblox/hubl-styling-framework": { - "version": "1.9.7", - "resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.9.7.tgz", - "integrity": "sha512-h1cQ1rvdF2MYcLdFwJCQbGCp85YLoWJPWE5Vr6bE3x8b4bGzL4tuahxjf426cgtVXkRFOAASc+iOjc0rlbjWhw==" + "@startinblox/orbit-styling-framework": { + "version": "1.9.9", + "resolved": "https://registry.npmjs.org/@startinblox/orbit-styling-framework/-/orbit-styling-framework-1.9.9.tgz", + "integrity": "sha512-Y57drIGwsKwEHUOvoZEuJGP9mW58r0BBHgAaJZfzbFXfAKGEu9U2fPBFzQneApDBotBo+6IWmrfCTQz3uo4weQ==" }, "@types/q": { "version": "1.5.4", diff --git a/package.json b/package.json index 10acecb..99894eb 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "clearDist": false }, "dependencies": { - "@startinblox/hubl-styling-framework": "^1.9.7", + "@startinblox/orbit-styling-framework": "^1.9.9", "cross-env": "^7.0.3", "fs-extra": "^9.0.1", "normalize.css": "^8.0.1", diff --git a/src/styles/index.scss b/src/styles/index.scss index b39ca44..a721daf 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -1,6 +1,6 @@ @charset "UTF-8"; -@import "@startinblox/hubl-styling-framework/dist/index.css"; +@import "@startinblox/orbit-styling-framework/dist/index.css"; @font-face { font-family: 'ConverseFontAwesomeBrands';