Skip to content

Commit

Permalink
refactor: change lib folder to modules folder
Browse files Browse the repository at this point in the history
  • Loading branch information
troch committed Jun 30, 2015
1 parent 80026de commit da3792d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "./node_modules/.bin/_mocha",
"test-cover": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha",
"build": "./node_modules/.bin/babel -m common lib/RouteNode.js > index.js"
"build": "./node_modules/.bin/babel -m common modules/RouteNode.js > index.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit da3792d

Please sign in to comment.