fix package repo

This commit is contained in:
Craig Condon
2012-02-17 14:54:58 -06:00
parent 953d57240f
commit 8b03984ca8
4 changed files with 6 additions and 17 deletions
@@ -1,7 +0,0 @@
[project]
name = celeri
[commands]
publish = npm publish --force, git add ., git commit -m "$@", git push origin master
rm = git rm -r $@
ignore = echo $@ >> .gitignore
= true
@@ -1,2 +0,0 @@
[commands]
proj = open project.tmproj
@@ -1,2 +0,0 @@
[commands]
proj = subl --project project.sublime-project
+6 -6
View File
@@ -9,13 +9,13 @@
},
"main": "./lib/index.js",
"dependencies": {
"optimist":"*",
"sardines":"*",
"mkdirp":"*",
"celeri":"*"
"optimist": "*",
"sardines": "*",
"mkdirp": "*",
"celeri": "*"
},
"bin": {
"nexe":"./bin/nexe"
"nexe": "./bin/nexe"
},
"devDependencies": {}
}
}