Skip to content

Commit

Permalink
updated folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Zolmeister committed Mar 20, 2014
1 parent 2a44aee commit a33700b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test": "test"
},
"scripts": {
"test": "mocha js/test"
"test": "mocha"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion js/test/main.js → test/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var assert = require("assert")
_ = require('lodash')
var Board = require('./../board')
var Board = require('./../js/board')

var board;

Expand Down

0 comments on commit a33700b

Please sign in to comment.