mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-25 10:31:55 -04:00
8 lines
167 B
JavaScript
8 lines
167 B
JavaScript
'use strict'
|
|
const pkg = require('../package.json')
|
|
const writePnpmPkgSync = require('./utils/writePnpmPkgSync')
|
|
|
|
delete pkg.bundleDependencies
|
|
|
|
writePnpmPkgSync(pkg)
|