Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
*.peterbe
*~
dummy*
hack*
coverage
/tests
scripts/lintcheck.sh
/.github
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.11.2

* Add a `.npmignore` to avoid shipping tests and backup files.

# 0.11.1

* Upgrade sub-dependency `find-my-way`
[pull#407](https://github.com/peterbe/minimalcss/pull/407)

# 0.11.0

* The main parameter `urls` can no be a string called just `url`. You just
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": "minimalcss",
"version": "0.11.0",
"version": "0.11.2",
"description": "Extract the minimal CSS used in a set of URLs with puppeteer",
"main": "./index.js",
"author": "Peter Bengtsson",
Expand Down
5 changes: 0 additions & 5 deletions renovate.json

This file was deleted.

10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1629,7 +1629,7 @@ extsprintf@^1.2.0:
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"
integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8=

fast-decode-uri-component@^1.0.0:
fast-decode-uri-component@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz#46f8b6c22b30ff7a81357d4f59abfae938202543"
integrity sha512-WKgKWg5eUxvRZGwW8FvfbaH7AXSh2cL+3j5fMGzUMCxWBJ3dV3a7Wz8y2f/uQ0e3B6WmodD3oS54jTQ9HVTIIg==
Expand Down Expand Up @@ -1765,11 +1765,11 @@ fill-range@^7.0.1:
to-regex-range "^5.0.1"

find-my-way@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/find-my-way/-/find-my-way-3.0.1.tgz#3df89fd2b145446c09291e1fd0bb67af1177deda"
integrity sha512-tHUHIRGTcfl3phGKLZeD2Xkb+I0QZr4xduSwCJG5Ke11pdJTGuMDtAyAiJzUdWBZJgHA0H42Pb0WF3H321KbRA==
version "3.0.5"
resolved "https://registry.yarnpkg.com/find-my-way/-/find-my-way-3.0.5.tgz#f71c5ef1b4865401e1b97ba428121a8f55439eec"
integrity sha512-FweGg0cv1sBX8z7WhvBX5B5AECW4Zdh/NiB38Oa0qwSNIyPgRBCl/YjxuZn/rz38E/MMBHeVKJ22i7W3c626Gg==
dependencies:
fast-decode-uri-component "^1.0.0"
fast-decode-uri-component "^1.0.1"
safe-regex2 "^2.0.0"
semver-store "^0.3.0"

Expand Down