Skip to content

Commit 7f3e26e

Browse files
committed
1.0.31
1 parent e257a25 commit 7f3e26e

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## [1.0.31](https://github.com/wessberg/browserslist-generator/compare/v1.0.30...v1.0.31) (2020-01-28)
2+
13
## [1.0.30](https://github.com/wessberg/browserslist-generator/compare/v1.0.29...v1.0.30) (2019-11-09)
24

35
### Bug Fixes

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright © 2019 [Frederik Wessberg](mailto:[email protected]) ([@FredWessberg](https://twitter.com/FredWessberg)) ([Website](https://github.com/wessberg))
3+
Copyright © 2020 [Frederik Wessberg](mailto:[email protected]) ([@FredWessberg](https://twitter.com/FredWessberg)) ([Website](https://github.com/wessberg))
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ A _Feature_ is anything that can be found on [caniuse](https://caniuse.com/) or
5959
- [Features](#features)
6060
- [Table of Contents](#table-of-contents)
6161
- [Install](#install)
62-
- [NPM](#npm)
62+
- [npm](#npm)
6363
- [Yarn](#yarn)
64+
- [pnpm](#pnpm)
6465
- [Usage](#usage)
6566
- [Generating a Browserslist based on features](#generating-a-browserslist-based-on-features)
6667
- [Checking if a User Agent supports a specific feature](#checking-if-a-user-agent-supports-a-specific-feature)
@@ -83,7 +84,7 @@ A _Feature_ is anything that can be found on [caniuse](https://caniuse.com/) or
8384

8485
## Install
8586

86-
### NPM
87+
### npm
8788

8889
```
8990
$ npm install @wessberg/browserslist-generator
@@ -95,6 +96,12 @@ $ npm install @wessberg/browserslist-generator
9596
$ yarn add @wessberg/browserslist-generator
9697
```
9798

99+
### pnpm
100+
101+
```
102+
$ pnpm add @wessberg/browserslist-generator
103+
```
104+
98105
<!-- SHADOW_SECTION_INSTALL_END -->
99106

100107
<!-- SHADOW_SECTION_USAGE_START -->

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wessberg/browserslist-generator",
3-
"version": "1.0.30",
3+
"version": "1.0.31",
44
"description": "A library that makes generating and validating Browserslists a breeze!",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)