Skip to content

Commit 331bb80

Browse files
author
加里
committed
update rule
1 parent 73786c6 commit 331bb80

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

rule_sample/rule_use_local_data.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
//replace all the images with local one
2-
var url = require("url"),
3-
path = require("path"),
4-
fs = require("fs");
2+
var fs = require("fs");
53

64
var LOCAL_IMAGE = "/Users/path/to/image.png";
75

0 commit comments

Comments
 (0)