Trying to learn how to write an installing NPM script, part 2.
This commit is contained in:
parent
e911785f97
commit
c2037c98f9
|
@ -15,8 +15,6 @@
|
|||
"directories": {
|
||||
"lib": "./lib"
|
||||
},
|
||||
"main": {
|
||||
"lib/reparse"
|
||||
},
|
||||
"main": "lib/reparse",
|
||||
"engine": "node >= 0.6.0"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue