Trying hard to make NPM happy, part 3
This commit is contained in:
parent
34b7bb62e4
commit
7339526d15
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "reparse-coffee",
|
"name": "reparse-coffeescript",
|
||||||
"description": "An implementation of a parser combinator in coffeescript.",
|
"description": "An implementation of a parser combinator in coffeescript.",
|
||||||
"author": { "name": "Elf M. Sternberg" },
|
"author": { "name": "Elf M. Sternberg" },
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
|
@ -16,9 +16,6 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"docco": "0.3.x"
|
"docco": "0.3.x"
|
||||||
},
|
},
|
||||||
"scripts": {
|
|
||||||
"pre-install": "mkdir -p lib && ./node_modules/.bin/coffee -o lib src/reparse.js"
|
|
||||||
},
|
|
||||||
"directories": {
|
"directories": {
|
||||||
"lib": "./lib"
|
"lib": "./lib"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue