Skip to content

Commit

Permalink
Merge pull request #80 from ferentchak/master
Browse files Browse the repository at this point in the history
Fixing line returns again
  • Loading branch information
krmorse authored Jul 18, 2017
2 parents 5d38980 + 459ddd5 commit 977118c
Show file tree
Hide file tree
Showing 3 changed files with 299 additions and 299 deletions.
6 changes: 3 additions & 3 deletions bin/rally-app-builder
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env node
path = require('path');
require(path.join(__dirname, 'run'));
#!/usr/bin/env node
path = require('path');
require(path.join(__dirname, 'run'));
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Kyle Morse <[email protected]>",
"name": "rally-app-builder",
"description": "A node module that assists in the building of Rally Apps",
"version": "2.0.1",
"version": "2.0.2",
"homepage": "https://github.com/rallyapps/rally-app-builder",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 977118c

Please sign in to comment.