Skip to content

Commit

Permalink
Release 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuczynski committed Oct 29, 2020
1 parent b2ecba9 commit c0d9a5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 4.3.1 (2020-10-30)

* Optimize package size by ignoring .idea and .github folders

## 4.3.0 (2020-10-30)

**IMPORTANT**: This release drops support for Node older than 10.x
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doiuse",
"version": "4.3.0",
"version": "4.3.1",
"description": "Lint CSS for browser support against caniuse database",
"main": "lib/doiuse.js",
"bin": "./cli.js",
Expand Down Expand Up @@ -49,6 +49,7 @@
"tape": "^5.0.1"
},
"scripts": {
"prebuild": "rm -rf lib",
"build": "babel -d lib/ src/",
"pretest": "npm run build",
"test": "tape test/*.js",
Expand Down

0 comments on commit c0d9a5c

Please sign in to comment.