mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-25 02:32:52 -05:00
make "npm install rlidwka/sinopia" possible
This commit is contained in:
parent
e929e089d0
commit
1e438d7dae
2 changed files with 5 additions and 0 deletions
4
package.json
Normal file
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
|
||||
|
|
Loading…
Add table
Reference in a new issue