Trying to learn how to write an installing NPM script, part 2.

This commit is contained in:
Elf M. Sternberg 2012-05-04 11:56:20 -07:00
parent e911785f97
commit c2037c98f9
1 changed files with 1 additions and 3 deletions

View File

@ -15,8 +15,6 @@
"directories": {
"lib": "./lib"
},
"main": {
"lib/reparse"
},
"main": "lib/reparse",
"engine": "node >= 0.6.0"
}