Make WordPress Core

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#37541 closed task (blessed) (fixed)

Shrinkwrap the dev dependencies for 4.6

Reported by: ocean90's profile ocean90 Owned by: jorbin's profile jorbin
Milestone: 4.6 Priority: normal
Severity: normal Version: 4.6
Component: Build/Test Tools Keywords:
Focuses: Cc:

Description

$ npm shrinkwrap --dev

Change History (3)

#1 @ocean90
8 years ago

  • Owner set to jorbin
  • Status changed from new to assigned

#2 @jorbin
8 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 38177:

Build/Test Tools: Add npm-shrinkwrap.json to 4.5.

By shrinkwraping our dependencies, the same versions of everything will be installed no matter what rules the dependency package.json has specified.

fixes #37541.

#3 @jorbin
8 years ago

That was actually for 4.6, copy pasta error.

Note: See TracTickets for help on using tickets.