You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: deps/npm/TODO.org
+23-9
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,18 @@
1
1
* Finished
2
+
* [COMPLETED] npm: remove packageIntegrity
3
+
* [COMPLETED] npm: fix lifecycle stuff
4
+
* pack:
5
+
* pre-: immediately before tarball contents are packed. Need to re-read package.json immediately after
6
+
* pack: No pack lifecycle
7
+
* post-: immediately after tarball reaches its final destination (not immediately after packaging)
8
+
* prepare: `npm install`, immediately before `postinstall`, and immediately before `prepack`, never if `--prod`, after prepublish, before prepublishOnly
9
+
* prepublish: alias for `prepare`
10
+
* prepublishOnly: ONLY on `npm publish` (never on `npm pack`), runs before prepack (which takes care of re-reading package.json), re-reads package.json immediately after
11
+
* [COMPLETED] pacote: fix always-auth bug
12
+
* [COMPLETED] pacote: figure out why cache is being written as root
13
+
* [COMPLETED] npm: make `npm update` save files as the right type
14
+
* [COMPLETED] npm: update docs with npm5 changes
15
+
* [COMPLETED] npm: don't write "problems" into package-lock
2
16
* [COMPLETED] npm: add `created-with`, `shrinkwrap-version`, and `package-integrity`
3
17
* [COMPLETED] npm: warn on incompatible package-lock version
4
18
* [COMPLETED] npm: warn if both shrinkwrap and package-lock are there
0 commit comments