broccoli-sri-hash
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -0,1 +1,5 @@ | ||
# 2.1.2 | ||
- Reenable snyk test | ||
# 2.1.1 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "broccoli-sri-hash", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Generates SRI hashes for html files", | ||
@@ -8,3 +8,4 @@ "main": "index.js", | ||
"lint": "eslint index.js", | ||
"test": "mocha test", | ||
"test": "snyk test && mocha test", | ||
"test:fast": "mocha test", | ||
"test:debug": "mocha debug test" | ||
@@ -11,0 +12,0 @@ }, |
203286