Comparing version 0.1.0 to 0.1.1
@@ -5,2 +5,3 @@ const fs = require('fs'); | ||
const uniqid = require('uniqid'); | ||
const md5 = require('md5'); | ||
const appRootPath = require('app-root-path'); | ||
@@ -28,3 +29,3 @@ | ||
const hashedFiles = getSimplePath(hashingFiles.map(fileName => { | ||
const hash = uniqid(); | ||
const hash = md5(uniqid()); | ||
@@ -31,0 +32,0 @@ const array = fileName.split('/'); |
{ | ||
"name": "asset-rev", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Append hash to assets and updates references in each file specified", | ||
@@ -21,2 +21,3 @@ "repository": "git@github.com:Brianzchen/asset-rev.git", | ||
"app-root-path": "^2.1.0", | ||
"md5": "^2.2.1", | ||
"uniqid": "^5.0.3" | ||
@@ -23,0 +24,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
149128
108
3
+ Addedmd5@^2.2.1
+ Addedcharenc@0.0.2(transitive)
+ Addedcrypt@0.0.2(transitive)
+ Addedis-buffer@1.1.6(transitive)
+ Addedmd5@2.3.0(transitive)