Skip to content

Commit

Permalink
feat(node4): better organize the lib directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Dec 3, 2016
1 parent ddba552 commit 5858097
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ before_script:
after_success:
- npm run coverage
- npm run codeclimate
- BABEL_ENV=v4 npm run compile -- -d lib
- BABEL_ENV=v4 npm run compile -- -d lib/node4
- BABEL_ENV=v6 npm run compile -- -d lib/node6
- BABEL_ENV=v7 npm run compile -- -d lib/node7
- BABEL_ENV=browsers npm run compile -- -d lib/browsers
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"url": "https://github.com/ahmadnassri/har-validator.git"
},
"license": "ISC",
"main": "lib/promise.js",
"main": "lib/node4/promise.js",
"bin": {
"har-validator": "lib/bin.js"
"har-validator": "lib/node4/bin.js"
},
"keywords": [
"har",
Expand Down

0 comments on commit 5858097

Please sign in to comment.