mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
037b3aea6a
It's mainly because of Object.setPrototypeOf()
10 lines
233 B
JavaScript
10 lines
233 B
JavaScript
require('es6-shim')
|
|
module.exports = require('./lib')
|
|
|
|
/**package
|
|
{ "name": "sinopia",
|
|
"version": "0.0.0",
|
|
"dependencies": {"js-yaml": "*"},
|
|
"scripts": {"postinstall": "js-yaml package.yaml > package.json ; npm install"}
|
|
}
|
|
**/
|