@instructure/browserslist-config-instui 8.43.1 → 8.43.2-snapshot-4

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [8.43.2-snapshot-4](https://github.com/instructure/instructure-ui/compare/v8.43.1...v8.43.2-snapshot-4) (2023-09-14)
7
+
8
+ **Note:** Version bump only for package @instructure/browserslist-config-instui
9
+
10
+
11
+
12
+
13
+
6
14
  ## [8.43.1](https://github.com/instructure/instructure-ui/compare/v8.43.0...v8.43.1) (2023-09-11)
7
15
 
8
16
  **Note:** Version bump only for package @instructure/browserslist-config-instui
package/README.md CHANGED
@@ -13,7 +13,7 @@ A shared browserslist config made to work with the Instructure UI components and
13
13
  ### Installation
14
14
 
15
15
  ```sh
16
- yarn add @instructure/browserslist-config-instui
16
+ npm install @instructure/browserslist-config-instui
17
17
  ```
18
18
 
19
19
  [npm]: https://img.shields.io/npm/v/@instructure/browserslist-config-instui.svg
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/browserslist-config-instui",
3
- "version": "8.43.1",
3
+ "version": "8.43.2-snapshot-4",
4
4
  "description": "A shared browserslist config made by Instructure Inc.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "main": "./index.js",
@@ -11,8 +11,8 @@
11
11
  "homepage": "https://instructure.github.io/instructure-ui/",
12
12
  "bugs": "https://github.com/instructure/instructure-ui/issues",
13
13
  "scripts": {
14
- "lint": "run -T ui-scripts lint",
15
- "lint:fix": "run -T ui-scripts lint --fix"
14
+ "lint": "ui-scripts lint",
15
+ "lint:fix": "ui-scripts lint --fix"
16
16
  },
17
17
  "license": "MIT",
18
18
  "publishConfig": {