fix package repo
This commit is contained in:
-7
@@ -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
|
||||
Generated
Vendored
-2
@@ -1,2 +0,0 @@
|
||||
[commands]
|
||||
proj = open project.tmproj
|
||||
Generated
Vendored
-2
@@ -1,2 +0,0 @@
|
||||
[commands]
|
||||
proj = subl --project project.sublime-project
|
||||
+6
-6
@@ -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": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user