Skip to content

Commit ccfc096

Browse files
hvisserjoehan
andauthoredSep 18, 2023
Fix npm packaging so that npm commands work (#6367)
Co-authored-by: joehan <joehanley@google.com>
1 parent e363c51 commit ccfc096

File tree

2 files changed

+1124
-1886
lines changed

2 files changed

+1124
-1886
lines changed
 

‎standalone/package-lock.json

+1,122-1,885
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎standalone/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
},
2020
"pkg": {
2121
"scripts": [
22-
"node_modules/npm/src/**/*.js"
22+
"node_modules/npm/lib/*.js",
23+
"node_modules/npm/lib/**/*.js"
2324
],
2425
"assets": [
2526
"node_modules/.bin/**",

0 commit comments

Comments
 (0)
Please sign in to comment.