Skip to content

Commit

Permalink
Updates package.json to use node-seq from github.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsc committed Dec 26, 2011
1 parent b7778a4 commit b5ef259
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions .gitignore
@@ -0,0 +1,11 @@
.DS_Store
Icon?

node_modules/
node_modules/*
npm-debug.log
*.sass-cache
lib-cov
test/*.log
test/fixtures/*.json
test/fixtures/logs/*.log
Empty file removed .npmignore
Empty file.
1 change: 0 additions & 1 deletion node_modules/seq
Submodule seq deleted from 677719
3 changes: 2 additions & 1 deletion package.co
Expand Up @@ -7,7 +7,8 @@ author : 'David Schoonover (dsc@less.ly) <http://less.ly>'


main : './compiler.js' main : './compiler.js'
dependencies : dependencies :
'seq' : '>= 0.3.4' 'seq' : 'https://github.com/dsc/node-seq/tarball/master'
# 'seq' : '>= 0.3.5'
devDependencies : devDependencies :
'express' : '>= 2.5.1' 'express' : '>= 2.5.1'
'coco' : '>= 0.6.7' 'coco' : '>= 0.6.7'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -19,7 +19,7 @@
"author": "David Schoonover (dsc@less.ly) <http://less.ly>", "author": "David Schoonover (dsc@less.ly) <http://less.ly>",
"main": "./compiler.js", "main": "./compiler.js",
"dependencies": { "dependencies": {
"seq": ">= 0.3.4" "seq": "https://github.com/dsc/node-seq/tarball/master"
}, },
"devDependencies": { "devDependencies": {
"express": ">= 2.5.1", "express": ">= 2.5.1",
Expand Down

0 comments on commit b5ef259

Please sign in to comment.