Files
pnpm/.scripts/removeBundleDependencies.js
Zoltan Kochan ebb141b14d chore: bundle dependencies of pnpm
deprecate @pnpm/bundled
2018-02-17 23:27:58 +02:00

8 lines
167 B
JavaScript

'use strict'
const pkg = require('../package.json')
const writePnpmPkgSync = require('./utils/writePnpmPkgSync')
delete pkg.bundleDependencies
writePnpmPkgSync(pkg)