Skip to content

Commit

Permalink
reset the folder structor
Browse files Browse the repository at this point in the history
  • Loading branch information
winsonwq committed May 2, 2014
1 parent 0271085 commit 8081b3d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bin/viffserver
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env node

require('../lib/server/index.server.js')
require('../lib/index.server.js')
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "viff",
"description": "Find virtual differences between web pages in different environments(developing, staging, production) and browsers.",
"version": "0.8.5",
"version": "0.8.6",
"homepage": "https://github.com/winsonwq/viff",
"author": {
"name": "Wang Qiu",
Expand Down
10 changes: 5 additions & 5 deletions src/server/index.server.coffee → src/index.server.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ http = require 'http'
multipart = require 'connect-multiparty'
fs = require 'fs'

Viff = require '../viff'
imgGen = require '../image.generator'
Testcase = require '../testcase'
Capability = require '../capability'
require '../color.helper.js'
Viff = require './viff'
imgGen = require './image.generator'
Testcase = require './testcase'
Capability = require './capability'
require './color.helper.js'

cases = {}
endSignal = 0
Expand Down

0 comments on commit 8081b3d

Please sign in to comment.