Show More
Commit Description:
merge with rails7 branch
Commit Description:
merge with rails7 branch
References:
File last commit:
Show/Diff file:
Action:
node_modules/resolve/test/resolver/multirepo/package.json
| 20 lines
| 380 B
| application/json
| JsonLexer
|
r789 | { | |||
"name": "monorepo-symlink-test", | ||||
"private": true, | ||||
"version": "0.0.0", | ||||
"description": "", | ||||
"main": "index.js", | ||||
"scripts": { | ||||
"postinstall": "lerna bootstrap", | ||||
"test": "node packages/package-a" | ||||
}, | ||||
"author": "", | ||||
"license": "MIT", | ||||
"dependencies": { | ||||
"jquery": "^3.3.1", | ||||
"resolve": "../../../" | ||||
}, | ||||
"devDependencies": { | ||||
"lerna": "^3.4.3" | ||||
} | ||||
} | ||||