mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-20 14:10:16 -06:00
7 lines
132 B
JavaScript
7 lines
132 B
JavaScript
const Promise = require('bluebird')
|
|
const pkg = require('@packages/root')
|
|
|
|
module.exports = () => {
|
|
return Promise.resolve(pkg)
|
|
}
|