1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-21 07:29:37 +01:00

make "npm install rlidwka/sinopia" possible

This commit is contained in:
Alex Kocharin 2014-07-10 17:10:40 +00:00
parent e929e089d0
commit 1e438d7dae
2 changed files with 5 additions and 0 deletions

4
package.json Normal file

@ -0,0 +1,4 @@
{ "name": "sinopia",
"dependencies": {"js-yaml": "*"},
"scripts": {"install": "js-yaml package.yaml > package.json ; npm install --production"}
}

@ -56,6 +56,7 @@ keywords:
scripts:
test: mocha ./test/functional ./test/unit
lint: eslint -c ./.eslint.yaml ./lib
build: js-yaml package.yaml > package.json
# we depend on streams2 stuff
# it can be replaced with isaacs/readable-stream, ask if you need to use 0.8