Skip to content

Commit 7464614

Browse files
Merge pull request #40 from mudbugmedia/update-penthouse
Update penthouse
2 parents c5ebdc1 + 22a1b25 commit 7464614

File tree

3 files changed

+33
-30
lines changed

3 files changed

+33
-30
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module CriticalPathCSS
22
module Rails
3-
VERSION = '3.0.1'.freeze
3+
VERSION = '3.0.2'.freeze
44
end
55
end

package-lock.json

+27-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
"lib": "lib"
88
},
99
"dependencies": {
10-
"penthouse": "=1.10.1"
10+
"penthouse": "=1.10.2"
1111
},
12-
"license": "MIT"
12+
"license": "MIT",
13+
"config": {
14+
"puppeteer_skip_chromium_download": true
15+
}
1316
}

0 commit comments

Comments
 (0)