Skip to content
This repository has been archived by the owner on Jan 31, 2019. It is now read-only.

Commit

Permalink
reorganisation for npm and moving package build-step code out of kans…
Browse files Browse the repository at this point in the history
…o core
  • Loading branch information
Caolan McMahon committed Dec 19, 2011
1 parent b6f0a9c commit 1b1fec1
Show file tree
Hide file tree
Showing 50 changed files with 32 additions and 544 deletions.
52 changes: 0 additions & 52 deletions Makefile

This file was deleted.

8 changes: 4 additions & 4 deletions scripts/kanso.js → bin/kanso
Original file line number Original file line Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/env node #!/usr/bin/env node


var path = require('path'), var path = require('path'),
utils = require('../src/kanso/utils'), utils = require('../lib/utils'),
kansorc = require('../src/kanso/kansorc'), kansorc = require('../lib/kansorc'),
logger = require('../src/kanso/logger'), logger = require('../lib/logger'),
commands = require('../src/kanso/commands'); commands = require('../lib/commands');




var args = process.argv.slice(2); var args = process.argv.slice(2);
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@


"main": "./src/api", "main": "./src/api",
"bugs": {"url": "http://github.com/caolan/kanso/issues"}, "bugs": {"url": "http://github.com/caolan/kanso/issues"},
"bin": {"kanso": "./scripts/kanso.js"} "bin": {"kanso": "./bin/kanso"}
} }
2 changes: 1 addition & 1 deletion scripts/install_autocomp.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var os = require('os'),
fs = require('fs'); fs = require('fs');




var KANSO_DIR = process.argv[2]; var KANSO_DIR = process.argv[2] || '/usr/local/lib/node_modules/kanso'
var HOME = process.env.HOME; var HOME = process.env.HOME;


var bash_profile = HOME + '/.bash_profile'; var bash_profile = HOME + '/.bash_profile';
Expand Down
10 changes: 0 additions & 10 deletions scripts/publish_all_packages.sh

This file was deleted.

3 changes: 0 additions & 3 deletions scripts/run_tests.js

This file was deleted.

30 changes: 0 additions & 30 deletions scripts/run_tests.sh

This file was deleted.

30 changes: 0 additions & 30 deletions src/api.js

This file was deleted.

116 changes: 0 additions & 116 deletions src/kanso/attachments.js

This file was deleted.

Loading

0 comments on commit 1b1fec1

Please sign in to comment.