Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
fix references
Browse files Browse the repository at this point in the history
  • Loading branch information
misteinb committed Jul 20, 2018
1 parent 1db9446 commit 132e368
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions lib/common/_constants.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@import "~@microsoft/azure-iot-ux-fluent-css/src/typography";
@import "~@microsoft/azure-iot-ux-fluent-css/src/constants";
@import "~@azure-iot/ux-fluent-css/src/typography";
@import "~@azure-iot/ux-fluent-css/src/constants";
2 changes: 1 addition & 1 deletion lib/common/_mixins.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import "~@microsoft/azure-iot-ux-fluent-css/src/mixins";
@import "~@azure-iot/ux-fluent-css/src/mixins";

/// Reset button styles
///
Expand Down
4 changes: 2 additions & 2 deletions lib/components/Shell/Shell.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import "~@microsoft/azure-iot-ux-fluent-css/src/normalize";
@import "~@microsoft/azure-iot-ux-fluent-css/src/icons";
@import "~@azure-iot/ux-fluent-css/src/normalize";
@import "~@azure-iot/ux-fluent-css/src/icons";
@import "colors";

// provide some common styling that everyone requires:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-iot/ux-fluent-controls",
"version": "2.0.1",
"version": "2.0.2",
"description": "Azure IoT Fluent React Controls",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion webpack.styleguide.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module.exports = {
includePaths: [
path.resolve(
__dirname,
'node_modules/@microsoft/azure-iot-ux-fluent-css/src/'
'node_modules/@azure-iot/ux-fluent-css/src/'
),
],
},
Expand Down

0 comments on commit 132e368

Please sign in to comment.