We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abee8d6 + 47f9f9c commit b0cc364Copy full SHA for b0cc364
.gitignore
@@ -1,3 +1,4 @@
1
node_modules
2
*~
3
coverage
4
+npm-debug.log
package.json
@@ -1,6 +1,6 @@
{
"name": "juice",
- "version": "1.3.3",
+ "version": "1.3.4",
"description": "Inlines css into html source",
5
"bin": "./bin/juice",
6
"main": "./lib/juice",
@@ -39,7 +39,7 @@
39
"commander": "2.3.0",
40
"cssom": "0.3.0",
41
"slick": "1.12.1",
42
- "web-resource-inliner": "1.1.1"
+ "web-resource-inliner": "1.1.2"
43
},
44
"devDependencies": {
45
"should": "4.0.4",
0 commit comments