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:
parent
e929e089d0
commit
1e438d7dae
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…
Reference in New Issue
Block a user