Skip to content

Commit 9e11138

Browse files
committed
chore: Bump version to 0.3.2
1 parent 849c5b0 commit 9e11138

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Drupal breakpoints to CSS
22

3-
<img
3+
<img
44
style="margin:2rem"
55
height="60px"
66
alt="Drupal Logo"
@@ -15,9 +15,9 @@ If the draft [`@custom-media`](https://www.w3.org/TR/mediaqueries-5/#at-ruledef-
1515
Install as a `devDependency` with `yarn` or `npm` like:
1616

1717
```sh
18-
yarn add --dev `@factorial-io/drupal-breakpoints-css`
18+
yarn add --dev @factorial/drupal-breakpoints-css
1919
# or
20-
npm install --sav-dev `@factorial-io/drupal-breakpoints-css`
20+
npm install --sav-dev @factorial/drupal-breakpoints-css
2121
```
2222

2323
## Configuration

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@factorial/drupal-breakpoints-css",
33
"description": "Drupal breakpoints to css customProperties",
4-
"version": "0.1.2",
4+
"version": "0.3.2",
55
"main": "index.js",
66
"license": "MIT",
77
"private": false,

0 commit comments

Comments
 (0)