Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Commit

Permalink
Fixed pacakge.json for a working npm publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
assaf committed Jan 10, 2011
1 parent 77f8235 commit e7877dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
4 changes: 0 additions & 4 deletions .npmignore

This file was deleted.

12 changes: 3 additions & 9 deletions package.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,23 +13,17 @@
"directories": { "directories": {
"doc": "./doc", "doc": "./doc",
"lib": "./lib", "lib": "./lib",
"man": "./man7", "man": "./man7"
"bundle": "./node_modules"
}, },
"files": [ "files": [
"README.md", "README.md",
"CHANGELOG.md", "CHANGELOG.md",
"Cakefile", "Cakefile",
"MIT-LICENSE", "MIT-LICENSE",
"TODO.md", "TODO.md",
"package.json",
"dep", "dep",
"src", "src",
"spec", "spec"
"doc",
"lib",
"man7",
"node_modules"
], ],
"scripts": { "scripts": {
"build": "cake build", "build": "cake build",
Expand Down Expand Up @@ -88,4 +82,4 @@
"man7/troubleshoot.7", "man7/troubleshoot.7",
"man7/zombie.7" "man7/zombie.7"
] ]
} }

0 comments on commit e7877dc

Please sign in to comment.