a comparison of tools within the JavaScript ecosystem
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(npm): setup workspaces for monorepo (#2)

authored by

Samantha and committed by
GitHub
2054fbc3 c7c002ba

+27
+6
libs/node-ts-esm-webpack/package-lock.json
··· 1 + { 2 + "name": "node-ts-esm-webpack", 3 + "lockfileVersion": 3, 4 + "requires": true, 5 + "packages": {} 6 + }
+15
package-lock.json
··· 1 + { 2 + "name": "js-eco", 3 + "lockfileVersion": 3, 4 + "requires": true, 5 + "packages": { 6 + "": { 7 + "workspaces": [ 8 + "libs/*" 9 + ] 10 + }, 11 + "libs/node-ts-esm-webpack": { 12 + "extraneous": true 13 + } 14 + } 15 + }
+6
package.json
··· 1 + { 2 + "private": true, 3 + "workspaces": [ 4 + "libs/*" 5 + ] 6 + }